﻿@charset "UTF-8";

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('../fonts/PFBagueSansPro-Medium.eot');
    src: local('PF Bague Sans Pro Medium'), local('PFBagueSansPro-Medium'),
        url('../fonts/PFBagueSansPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFBagueSansPro-Medium.woff2') format('woff2'),
        url('../fonts/PFBagueSansPro-Medium.woff') format('woff'),
        url('../fonts/PFBagueSansPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('../fonts/PFBagueSansPro.eot');
    src: local('PF Bague Sans Pro'), local('PFBagueSansPro'),
        url('../fonts/PFBagueSansPro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFBagueSansPro.woff2') format('woff2'),
        url('../fonts/PFBagueSansPro.woff') format('woff'),
        url('../fonts/PFBagueSansPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('../fonts/PFBagueSansPro-Black.eot');
    src: local('PF Bague Sans Pro Black'), local('PFBagueSansPro-Black'),
        url('../fonts/PFBagueSansPro-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFBagueSansPro-Black.woff2') format('woff2'),
        url('../fonts/PFBagueSansPro-Black.woff') format('woff'),
        url('../fonts/PFBagueSansPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('../fonts/PFBagueSansPro-Bold.eot');
    src: local('PF Bague Sans Pro Bold'), local('PFBagueSansPro-Bold'),
        url('../fonts/PFBagueSansPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFBagueSansPro-Bold.woff2') format('woff2'),
        url('../fonts/PFBagueSansPro-Bold.woff') format('woff'),
        url('../fonts/PFBagueSansPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}



@-webkit-keyframes opas {
    0% {
        opacity: .4
    }
    60% {
        opacity: 1
    }
    100% {
        opacity: .4
    }
}

@keyframes opas {
    0% {
        opacity: .4
    }
    60% {
        opacity: 1
    }
    100% {
        opacity: .4
    }
}

@-webkit-keyframes fadeOpas {
    0% {
        transform: translateY(110%);
        opacity: 0
    }
    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fadeOpas {
    0% {
        transform: translateY(110%);
        opacity: 0
    }
    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes tooltipShow {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes tooltipShow {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg)
    }
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg)
    }
}

@-webkit-keyframes rotate22 {
    0% {
        transform: translate(0, 0) rotate(0)
    }
    50% {
        transform: translate(-3vw, 0) rotate(-30deg)
    }
    100% {
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes rotate22 {
    0% {
        transform: translate(0, 0) rotate(0)
    }
    50% {
        transform: translate(-3vw, 0) rotate(-30deg)
    }
    100% {
        transform: translate(0, 0) rotate(0)
    }
}

@-webkit-keyframes rotate23 {
    0% {
        transform: translate(0, 0) rotate(0)
    }
    50% {
        transform: translate(4.5vw, 0) rotate(40deg)
    }
    100% {
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes rotate23 {
    0% {
        transform: translate(0, 0) rotate(0)
    }
    50% {
        transform: translate(4.5vw, 0) rotate(40deg)
    }
    100% {
        transform: translate(0, 0) rotate(0)
    }
}

@-webkit-keyframes rotate2 {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotate2 {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes deg {
    0% {
        transform: rotate(0)
    }
    60% {
        transform: rotate(-45deg)
    }
    100% {
        transform: rotate(0)
    }
}

@keyframes deg {
    0% {
        transform: rotate(0)
    }
    60% {
        transform: rotate(-45deg)
    }
    100% {
        transform: rotate(0)
    }
}

@-webkit-keyframes jamp {
    0% {
        margin-top: 0
    }
    15% {
        margin-top: -1rem
    }
    25% {
        margin-top: 0
    }
    35% {
        margin-top: -.5rem
    }
    45% {
        margin-top: 0
    }
    100% {
        margin-top: 0
    }
}

@keyframes jamp {
    0% {
        margin-top: 0
    }
    15% {
        margin-top: -1rem
    }
    25% {
        margin-top: 0
    }
    35% {
        margin-top: -.5rem
    }
    45% {
        margin-top: 0
    }
    100% {
        margin-top: 0
    }
}

@-webkit-keyframes jampTrf {
    0% {
        transform: translateY(0)
    }
    15% {
        transform: translateY(-7%)
    }
    25% {
        transform: translateY(0)
    }
    35% {
        transform: translateY(-3%)
    }
    45% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes jampTrf {
    0% {
        transform: translateY(0)
    }
    15% {
        transform: translateY(-7%)
    }
    25% {
        transform: translateY(0)
    }
    35% {
        transform: translateY(-3%)
    }
    45% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0
    }
    30% {
        left: 110%;
        margin-left: 80px
    }
    100% {
        left: 110%;
        margin-left: 80px
    }
}

@keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0
    }
    30% {
        left: 110%;
        margin-left: 80px
    }
    100% {
        left: 110%;
        margin-left: 80px
    }
}

@-webkit-keyframes pulseicon-a {
    0% {
        transform: translate(0, 0) scale(.85)
    }
    50% {
        transform: translate(0, 0) scale(1)
    }
    100% {
        transform: translate(0, 0) scale(.85)
    }
}

@keyframes pulseicon-a {
    0% {
        transform: translate(0, 0) scale(.85)
    }
    50% {
        transform: translate(0, 0) scale(1)
    }
    100% {
        transform: translate(0, 0) scale(.85)
    }
}

@-webkit-keyframes pulseicon {
    0% {
        transform: translate(-50%, -50%) scale(.8)
    }
    50% {
        transform: translate(-50%, -50%) scale(1)
    }
    100% {
        transform: translate(-50%, -50%) scale(.8)
    }
}

@keyframes pulseicon {
    0% {
        transform: translate(-50%, -50%) scale(.8)
    }
    50% {
        transform: translate(-50%, -50%) scale(1)
    }
    100% {
        transform: translate(-50%, -50%) scale(.8)
    }
}

@-webkit-keyframes phone {
    0% {
        transform: translate(-50%, -50%) rotate(15deg) scale(.9)
    }
    50% {
        transform: translate(-50%, -50%) rotate(0) scale(1.01)
    }
    100% {
        transform: translate(-50%, -50%) rotate(15deg) scale(.9)
    }
}

@keyframes phone {
    0% {
        transform: translate(-50%, -50%) rotate(15deg) scale(.9)
    }
    50% {
        transform: translate(-50%, -50%) rotate(0) scale(1.01)
    }
    100% {
        transform: translate(-50%, -50%) rotate(15deg) scale(.9)
    }
}

@-webkit-keyframes pulseiconLine {
    0% {
        transform: translateX(-55%) scale(.7)
    }
    50% {
        transform: translateX(-65%) scale(1)
    }
    100% {
        transform: translateX(-55%) scale(.7)
    }
}

@keyframes pulseiconLine {
    0% {
        transform: translateX(-55%) scale(.7)
    }
    50% {
        transform: translateX(-65%) scale(1)
    }
    100% {
        transform: translateX(-55%) scale(.7)
    }
}

@-webkit-keyframes scale-before {
    0% {
        transform: translate(-50%, -50%) scale(.8);
        opacity: 0
    }
    50% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .7
    }
    100% {
        transform: translate(-50%, -50%) scale(.8);
        opacity: 0
    }
}

@keyframes scale-before {
    0% {
        transform: translate(-50%, -50%) scale(.8);
        opacity: 0
    }
    50% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .7
    }
    100% {
        transform: translate(-50%, -50%) scale(.8);
        opacity: 0
    }
}

@-webkit-keyframes transform-shiver {
    0% {
        transform: translate(0, 0) rotate(0)
    }
    25% {
        transform: translate(-5px, 0) rotate(0)
    }
    75% {
        transform: translate(5px, 0) rotate(0)
    }
    100% {
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes transform-shiver {
    0% {
        transform: translate(0, 0) rotate(0)
    }
    25% {
        transform: translate(-5px, 0) rotate(0)
    }
    75% {
        transform: translate(5px, 0) rotate(0)
    }
    100% {
        transform: translate(0, 0) rotate(0)
    }
}

@-webkit-keyframes transform-shiver2 {
    0% {
        transform: translate(0, 0) rotate(0)
    }
    25% {
        transform: translate(0, -5px) rotate(0)
    }
    75% {
        transform: translate(0, 5px) rotate(0)
    }
    100% {
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes transform-shiver2 {
    0% {
        transform: translate(0, 0) rotate(0)
    }
    25% {
        transform: translate(0, -5px) rotate(0)
    }
    75% {
        transform: translate(0, 5px) rotate(0)
    }
    100% {
        transform: translate(0, 0) rotate(0)
    }
}

@-webkit-keyframes car1 {
    0% {
        transform: translate(0, 0) scale(1)
    }
    100% {
        transform: translate(-200px, 10px) scale(0)
    }
}

@keyframes car1 {
    0% {
        transform: translate(0, 0) scale(1)
    }
    100% {
        transform: translate(-200px, 10px) scale(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(249, 223, 20, .5)
    }
    70% {
        box-shadow: 0 0 0 25px rgba(249, 223, 20, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(249, 223, 20, 0)
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(249, 223, 20, .5)
    }
    70% {
        box-shadow: 0 0 0 25px rgba(249, 223, 20, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(249, 223, 20, 0)
    }
}

@-webkit-keyframes sbs-anim {
    0% {
        opacity: 1;
        transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    50% {
        opacity: 1;
        transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateY(0) rotate(0) scale(1, 1)
    }
}

@keyframes sbs-anim {
    0% {
        opacity: 1;
        transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    50% {
        opacity: 1;
        transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateY(0) rotate(0) scale(1, 1)
    }
}

@-webkit-keyframes pop {
    0% {
        transform: perspective(1px) rotateX(0) scale3d(1, 1, 1)
    }
    100% {
        transform: perspective(1px) rotateX(0) scale3d(1.2, 1.2, 1.2)
    }
}

@keyframes pop {
    0% {
        transform: perspective(1px) rotateX(0) scale3d(1, 1, 1)
    }
    100% {
        transform: perspective(1px) rotateX(0) scale3d(1.2, 1.2, 1.2)
    }
}

@-webkit-keyframes puff-out {
    0% {
        transform: translate(-50%, -50%) rotate(0) scale(1, 1);
        transform-origin: 50% 50%;
        transform-origin-opacity: 1
    }
    100% {
        transform: translate(-50%, -50%) rotate(0) scale(2, 2);
        transform-origin: 50% 50%;
        opacity: 0
    }
}

@keyframes puff-out {
    0% {
        transform: translate(-50%, -50%) rotate(0) scale(1, 1);
        transform-origin: 50% 50%;
        transform-origin-opacity: 1
    }
    100% {
        transform: translate(-50%, -50%) rotate(0) scale(2, 2);
        transform-origin: 50% 50%;
        opacity: 0
    }
}

@-webkit-keyframes slide-up-in {
    0% {
        transform: translate(0, 100%) rotate(1deg);
        opacity: 0;
        transform-origin: 0 0
    }
    100% {
        opacity: 1;
        transform: translate(0, 0) rotate(0);
        transform-origin: 0 0
    }
}

@keyframes slide-up-in {
    0% {
        transform: translate(0, 100%) rotate(1deg);
        opacity: 0;
        transform-origin: 0 0
    }
    100% {
        opacity: 1;
        transform: translate(0, 0) rotate(0);
        transform-origin: 0 0
    }
}

.fade_in {
    opacity: 1;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slide-up-in;
    animation-name: slide-up-in
}

.title-first {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slide-up-in;
    animation-name: slide-up-in
}

.subtitle-first {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slide-up-in;
    animation-name: slide-up-in
}

@-webkit-keyframes d3 {
    0% {
        transform: perspective(900) rotateY(-42deg) translateX(59%)
    }
    80% {
        transform: perspective(0) rotateY(0) translateX(59%)
    }
    100% {
        transform: perspective(0) rotateY(0) translateX(0)
    }
}

@keyframes d3 {
    0% {
        transform: perspective(900) rotateY(-42deg) translateX(59%)
    }
    80% {
        transform: perspective(0) rotateY(0) translateX(59%)
    }
    100% {
        transform: perspective(0) rotateY(0) translateX(0)
    }
}

@-webkit-keyframes d3-end {
    0% {
        transform: perspective(0) rotateY(0) translateX(0)
    }
    80% {
        transform: perspective(0) rotateY(0) translateX(59%)
    }
    100% {
        transform: perspective(900) rotateY(-42deg) translateX(59%)
    }
}

@keyframes d3-end {
    0% {
        transform: perspective(0) rotateY(0) translateX(0)
    }
    80% {
        transform: perspective(0) rotateY(0) translateX(59%)
    }
    100% {
        transform: perspective(900) rotateY(-42deg) translateX(59%)
    }
}

* {
    box-sizing: border-box
}

html {
    font-size: 10px
}

body {
    font-family: 'PF Bague Sans Pro', sans-serif;
    line-height: 1.2;
    font-weight: 400;
    overflow-x: hidden;
    color: #282828;
    position: relative
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

a,
button,
input,
select,
textarea {
    outline: 0
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #282828
}

p {
    margin: 0
}

img {
    max-width: 100%;
    max-height: 100%;
    align-self: center
}

.slick-slide,
.slick-slide * {
    outline: 0 !important
}

.black {
    color: #5a5a59
}

.poe {
    pointer-events: none
}

.mrm {
    margin-right: .5vw
}

.mr {
    margin-right: 1vw
}

.mrs {
    margin-right: 1.5vw
}

.mrx {
    margin-right: .781vw
}

.lt {
    color: #fff
}

.ggc {
    color: #69bdad
}

.gray {
    color: #aeaeae
}

.asfs {
    align-self: flex-start
}

.title-lg {
    font-size: 2.865vw;
    line-height: 3.385vw;
    font-weight: 400
}

.title-num {
    font-size: 4.3vw;
    line-height: .8
}

.tac {
    text-align: center
}

.fw1 {
    font-weight: 100
}

.fw3 {
    font-weight: 300
}

.fw5 {
    font-weight: 500
}

.fw4 {
    font-weight: 400
}

.fw6 {
    font-weight: 600
}

.fw7 {
    font-weight: 700
}

.fwb {
    font-weight: 700
}

.fw9 {
    font-weight: 900
}

.fsi {
    font-style: italic
}

.tar {
    text-align: right
}

.tdt {
    text-decoration: line-through
}

.tdu {
    text-decoration: underline
}

.center {
    text-align: center
}

.ttu {
    text-transform: uppercase
}

.ttn {
    font-family: TTNorms
}

.title {
    font-size: 2.6vw;
    line-height: 1.1
}

.t-min {
    font-size: 1.95vw
}

.t-ss {
    font-size: 1.5vw
}

.t-min2 {
    font-size: 1.7vw
}

.text {
    font-size: .97vw
}

.text-md {
    font-size: 1.07vw
}

.tg {
    color: #f78449
}

.tg2 {
    color: #afe4d6
}

a.text-min {
    color: #181818;
    transition: all .4s
}

a.text-min:hover {
    color: #ff7200
}

.small-text {
    font-size: .92vw
}

.tsm8 {
    font-size: .55vw
}

.tsm10 {
    font-size: .61vw
}

.tsm11 {
    font-size: .7vw
}

.tsm12 {
    font-size: .75vw
}

.tsm13 {
    font-size: .95vw
}

.text24 {
    font-size: 1.4vw
}

.text23 {
    font-size: 1.3vw
}

.text21 {
    font-size: 1.2vw
}

.container {
    max-width: 81.25vw;
    margin: 0 auto
}

.container-big {
    max-width: 89.583vw;
    margin: 0 auto
}

.container-min {
    max-width: 69.271vw;
    margin: 0 auto
}

.container-mid {
    max-width: 84.896vw;
    margin: 0 auto
}

.container--left {
    width: 100%;
    padding-left: 11.352vw
}

.container--right {
    width: 100%;
    padding-right: 7.5vw
}

.mlg {
    margin-bottom: 4.5vw
}

.msm {
    margin-bottom: 2.4vw
}

.mb {
    margin-bottom: 1.5vw
}

.mbm {
    margin-bottom: .7vw
}

.mbs {
    margin-bottom: .41vw
}

.stop {
    overflow: hidden
}

.section {
    padding: 6vw 0;
    position: relative
}

.max {
    width: 100%
}

.btn-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    white-space: nowrap
}

.gr {
    color: #8d8d8d
}

.btn {
    padding: 1.771vw 2.34375vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    z-index: 6;
    cursor: pointer;
    border: none;
    border-radius: 100px;
    position: relative;
    color: #fff;
    background-color: #ffb71b;
    letter-spacing: .7px
}

.btn:not(:disabled) .btn-blick {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 115px;
    overflow: hidden
}

.btn:not(:disabled) .btn-blick:after {
    margin-left: -30px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
    position: absolute;
    left: -40px;
    top: -150px;
    top-animation-timing-function: ease-in-out;
    transition: all .1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: rotate(45deg)
}

.btn:hover {
    background-color: #e1a117
}

.btn.btn--light {
    padding: 1.042vw 1.979vw;
    background-color: #fff;
    color: #282728
}

.btn.btn--light:hover {
    background-color: #ffb71b;
    color: #fff
}

.btn.btn--outline {
    border: 0;
    background: 0 0;
    box-shadow: none;
    color: #282728;
    height: 3.28125vw;
    padding: 0 3.229vw 0 4.21875vw
}

.btn.btn--outline:hover {
    color: #fd4f5d
}

.btn.btn--outline:hover::after {
    border-color: #fd4f5d
}

.btn.btn--outline::after {
    content: '';
    border: solid #212121;
    border-width: 0 .1vw .1vw 0;
    display: inline-block;
    padding: .12vw;
    position: absolute;
    top: 50%;
    left: 3.3vw;
    transform: translateY(-50%) rotate(135deg);
    transition: all .4s
}

.btn.btn--blue {
    background-color: #ffb71b;
    height: 3.28125vw;
    padding: 0 4.21875vw 0 3.229vw
}

.btn.btn--blue::after {
    content: '';
    border: solid #fff;
    border-width: 0 .1vw .1vw 0;
    display: inline-block;
    padding: .12vw;
    position: absolute;
    top: 50%;
    right: 3.3vw;
    transform: translateY(-50%) rotate(-45deg)
}

.btn.btn--blue:hover {
    background-color: #e1a117
}

.btn.light {
    color: #191919;
    background-image: linear-gradient(to top, #ffe97e 0, #fdf7ad 100%);
    box-shadow: 0 8px 13px rgba(214, 186, 92, .49), inset 0 -4px 1px #d6ba5c
}

.btn.light:hover {
    box-shadow: 0 8px 13px rgba(214, 186, 92, .49), inset 0 4px 1px #d6ba5c
}

.btn.bord {
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 0 2px #a7a7a7;
    color: #ddd
}

.btn.bord:hover {
    box-shadow: 0 0 20px #a7a7a7
}

.btn.bord.bdr {
    border: 1px solid #1491d0;
    background: #fff;
    box-shadow: 0 0 2px #1491d0;
    color: #1491d0
}

.btn.bord.bdr:hover {
    box-shadow: 0 0 20px #1491d0
}

.btn.big {
    padding: 1.5vw 1vw
}

.btn.min {
    padding-top: .6vw;
    padding-bottom: .6vw
}

.bubbly-button:not(:disabled) .blick {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    pointer-events: none
}

.bubbly-button:not(:disabled) .blick:after {
    margin-left: -30px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
    position: absolute;
    left: -40px;
    top: -150px;
    top-animation-timing-function: ease-in-out;
    transition: all .1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: rotate(45deg)
}

.bubbly-button:hover .btn-img {
    transform: translateY(5px)
}

.btn-cent {
    display: flex !important;
    align-items: center;
    justify-content: center
}

.btn-img {
    width: 1.5vw;
    height: 1.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all .4s ease
}

.burger {
    width: 3.7rem;
    height: 4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    margin-top: .3rem
}

.burger span {
    display: block;
    width: 65%;
    height: 1px;
    border-radius: 4px;
    position: relative;
    background-color: #f7844a
}

.burger span:after,
.burger span:before {
    content: '';
    position: absolute;
    display: block;
    width: 150%;
    height: 1px;
    right: 0;
    background-color: #f7844a;
    border-radius: 4px
}

.burger span:before {
    top: -1rem
}

.burger span:after {
    bottom: -1rem
}

.burger__wrap {
    text-transform: uppercase;
    color: #d7d7d7;
    display: flex;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    transition: all .4s;
    display: none;
    width: 0
}

.burger__wrap:hover {
    color: #f7844a
}

.link {
    transition: all .4s;
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #da0b31
}

.link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.4vw;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #da0b31;
    transition: all .4s
}

.link:hover:before {
    width: 40%
}

.link.dsh:before {
    border-bottom: 1px dashed #5a5a59
}

input:-ms-input-placeholder {
    color: #8c8c8c
}

input::-moz-placeholder {
    color: #8c8c8c
}

input::placeholder {
    color: #8c8c8c
}

textarea:-ms-input-placeholder {
    color: #8c8c8c
}

textarea::-moz-placeholder {
    color: #8c8c8c
}

textarea::placeholder {
    color: #8c8c8c
}

.area,
.input {
    height: 3.90625vw;
    padding-left: 2.24vw;
    border-radius: 100px;
    border: 1px solid #dfe7f0;
    background-color: #fff;
    background-color: #ededed;
    color: #282828;
    align-self: center;
    width: 100%;
    position: relative
}

.area.v2,
.input.v2 {
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #fff
}

.area:focus,
.input:focus {
    border-color: #ffb71b
}

.inp-min {
    width: 30.5%
}

.inp-md {
    width: 45%
}

.inp-big {
    width: 100%
}

.area {
    padding: 1vw 1vw
}

.arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4vw;
    height: 4vw;
    z-index: 18;
    transition: all .4s;
    cursor: pointer;
    border: none;
    background: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .7vw
}

.arrows.t2 {
    width: 5vw;
    height: 5vw
}

.arrows.t4 {
    width: 3.5vw;
    height: 3.5vw
}

.arrows.t6 {
    box-shadow: 0 5px 54px rgba(0, 0, 0, .5);
    background-color: #fff;
    border-radius: 100%;
    filter: grayscale(1)
}

.arrows:hover {
    opacity: .7;
    transform: translateY(-50%) scale(1.1)
}

.arrows:hover.t6 {
    filter: grayscale(0);
    opacity: 1
}

.slidePrev {
    left: 3.5rem
}

.slidePrev.t2 {
    left: -2.5vw
}

.slidePrev.t4 {
    left: -1.1vw
}

.slidePrev.t3 {
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

.slidePrev.t3:hover {
    opacity: .7;
    transform: translateX(-50%) scale(1.1)
}

.slideNext {
    right: 3.5rem
}

.slideNext.t2 {
    right: -2.5vw
}

.slideNext.t4 {
    right: -1.1vw
}

.slideNext.t3 {
    left: 50%;
    bottom: -1vw;
    top: auto;
    right: auto;
    transform: translateX(-50%)
}

.slideNext.t3:hover {
    opacity: .7;
    transform: translateX(-50%) scale(1.1)
}

.check-box {
    cursor: pointer;
    display: block
}

.check-line {
    display: flex;
    align-items: center
}

.check-label {
    width: 1.1vw;
    height: 1.1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .2vw;
    position: relative;
    flex-shrink: 0;
    margin-right: .5vw;
    box-shadow: inset 0 0 10px rgba(140, 140, 140, .04);
    border-radius: 2px;
    border: 1px solid #d1d1d1;
    background-color: #fff
}

.check-label.v2 {
    border-radius: 100%;
    box-shadow: 0 5px 10px rgba(43, 43, 51, .1);
    border: 1px solid #e8e8e8;
    background-color: #fff;
    width: 1.5vw;
    height: 1.5vw;
    padding: .2vw
}

.check-label.v2 .check-label-act {
    width: 1vw;
    height: 1vw;
    border-radius: 100%;
    padding: .2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4ca352
}

.check-label-act {
    transition: all .4s;
    transform: scale(0)
}

.check-label.min {
    width: 1vw;
    height: 1vw;
    border-radius: 2px
}

.block-imp-bf {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    transition: all .4s
}

.block-imp {
    padding: 1.3vw 1.5vw;
    position: relative;
    margin-right: .7vw
}

.rhide {
    display: none
}

.rhide:checked~span .check-label-act {
    transform: scale(1)
}

.rhide:checked~span .check-label.min {
    background-color: #5bd273
}

.rhide:checked~.block-imp-bf {
    background-color: #4ca352;
    border: 1px solid #4ca352
}

.rhide:checked~.tsm13 {
    color: #fff;
    position: relative
}

.rhide:checked~.times-block div.fancy-select div.trigger {
    color: #fff !important
}

.wac {
    color: #3fbf3f !important
}

.vic {
    color: #8173c7 !important
}

.tgc {
    color: #5fcff2 !important
}

.emc {
    color: #fbc855 !important
}

.vf {
    background-color: #fff;
    padding: 2.6vw 2vw;
    box-shadow: 0 0 40px rgba(133, 138, 160, .1);
    transform: skewY(-2deg);
    z-index: 4;
    position: relative
}

.vf:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #d1d5e4;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    z-index: 1
}

.vf-wrap {
    transform: skewY(2deg);
    position: relative;
    z-index: 5
}

.line-tg {
    border-bottom: 1px solid #dcbf8b;
    width: 40%
}

.line-tg.min {
    margin-left: auto;
    margin-right: auto;
    width: 7vw;
    border-bottom: 1px solid #cccdd4
}

.pre {
    position: relative;
    z-index: 4
}

.blc {
    color: #303030 !important
}

.lcb {
    color: #303030;
    transition: all .4s
}

.lcb:hover {
    color: #e30613
}

.aic {
    align-items: center
}

.text-rotate {
    position: absolute;
    left: 0;
    top: 0;
    width: 8vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 71
}

.text-rotate.right {
    left: auto;
    right: 0
}

.text-rotate-item {
    position: relative;
    transform: rotate(-90deg);
    white-space: nowrap;
    display: inline-block;
    color: rgba(140, 140, 140, .5)
}

.text-rotate-item:before {
    content: '';
    position: absolute;
    left: -3.4vw;
    top: 50%;
    transform: translateY(-50%);
    border-top: 1px solid #d1d1d1;
    width: 3vw;
    height: 1px
}

.text-rotate-item:after {
    content: '';
    position: absolute;
    right: -3.4vw;
    top: 50%;
    transform: translateY(-50%);
    border-top: 1px solid #d1d1d1;
    width: 3vw;
    height: 1px
}

.text-rotate-item.wh {
    color: #ffff
}

.line {
    width: 3vw;
    height: 2px;
    background-color: #1a1a1a;
    background-image: linear-gradient(to right, #f7844a 0, #ffad2f 100%)
}

.line.cen {
    margin-left: auto;
    margin-right: auto
}

.line.gr {
    background-color: #333
}

.line.gr2 {
    background-color: #9d9d9d
}

.line-big {
    width: 8vw
}

.line.big2 {
    width: 17vw
}

.tal {
    text-align: left
}

.tb {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff
}

.tgr {
    background-image: linear-gradient(to right, #f7844a 0, #ffad2f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.poin {
    pointer-events: none;
    position: relative;
    z-index: 43
}

.tlt-mod {
    position: relative
}

.tlt-mod:before {
    content: '';
    position: absolute;
    left: -4.3vw;
    width: 3.5vw;
    height: 2px;
    top: 1.3vw;
    z-index: 12;
    background-color: #1a1a1a;
    background-image: linear-gradient(to right, #f7844a 0, #ffad2f 100%)
}

.tlt-mod:after {
    content: '';
    position: absolute;
    left: -17.3vw;
    width: 13.5vw;
    height: 1px;
    top: 1.3vw;
    z-index: 9;
    background-color: rgba(255, 255, 255, .1)
}

.tlt-mod.lth:after {
    background-color: #dedede
}

.text-mod {
    position: relative
}

.text-mod:before {
    content: '';
    position: absolute;
    left: -2vw;
    width: 1.5vw;
    height: 2px;
    top: .5vw;
    background-color: #1a1a1a;
    background-image: linear-gradient(to right, #f7844a 0, #ffad2f 100%);
    width: 0
}

.text-mod:after {
    content: '';
    position: absolute;
    left: -2vw;
    width: 1.5vw;
    height: 2px;
    top: .5vw;
    background-color: rgba(255, 255, 255, .2)
}

.jcsb {
    justify-content: space-between
}

.posa {
    position: absolute
}

.fdc {
    flex-direction: column
}

.mobs {
    display: none
}

@media (max-width:900px) {
    html {
        overflow-x: hidden
    }
    .title-lg {
        font-size: 3.2rem
    }
    .title-mslg {
        font-size: 5.5rem;
        letter-spacing: .2rem
    }
    .title-elg {
        font-size: 6.6rem;
        letter-spacing: .2rem
    }
    .title {
        font-size: 2.6rem
    }
    .tgg {
        padding: .1rem .4rem;
        margin: .2rem 0
    }
    .t-min {
        font-size: 1.95rem
    }
    .t-ss {
        font-size: 1.7rem
    }
    .t-min2 {
        font-size: 1.9rem
    }
    .text-tg {
        margin-left: 1.5rem
    }
    .text-md {
        font-size: 1.4rem
    }
    .text {
        font-size: 1.2rem
    }
    .small-text {
        font-size: 1.1rem
    }
    .tsm8 {
        font-size: .8rem
    }
    .tsm {
        font-size: .9rem
    }
    .tsm10 {
        font-size: 1rem
    }
    .tsm11 {
        font-size: 1rem
    }
    .tsm12 {
        font-size: 1rem
    }
    .tsm13 {
        font-size: 1.1rem
    }
    .mr1 {
        margin-right: 1rem
    }
    .tnum {
        font-size: 2.9rem
    }
    .text24 {
        font-size: 1.4rem
    }
    .text23 {
        font-size: 1.3rem
    }
    .text21 {
        font-size: 1.3rem
    }
    .container {
        max-width: 90vw;
        margin: 0 auto
    }
    .container-min {
        max-width: 90vw;
        margin: 0 auto
    }
    .container-md {
        max-width: 90vw;
        margin: 0 auto
    }
    .container-mm {
        max-width: 90vw;
        margin: 0 auto
    }
    .mlg {
        margin-bottom: 4.5rem
    }
    .msm {
        margin-bottom: 2.4rem
    }
    .mb {
        margin-bottom: 1.5rem
    }
    .mbm {
        margin-bottom: .7rem
    }
    .mbs {
        margin-bottom: .41rem
    }
    .section {
        padding: 6rem 0
    }
    .bubbly-button {
        padding: 1.8rem 1rem
    }
    .bubbly-button.big {
        padding: 2rem 1rem
    }
    .bubbly-button.min {
        padding-top: .6rem;
        padding-bottom: .6rem
    }
    .input {
        height: 4.5rem;
        padding: .3rem 1rem;
        padding-left: 2rem
    }
    .input.t2 {
        padding-left: 1.5rem
    }
    .btn-mod {
        padding: 1.2rem 1.5rem
    }
    .btn {
        padding: 1.7rem
    }
    .btn.btn--light {
        padding: 1.1rem 1.7rem
    }
    .close {
        width: 2rem;
        height: 2rem
    }
    .mrm {
        margin-right: .5rem
    }
    .mr {
        margin-right: 1rem
    }
    .mrs {
        margin-right: 1.5rem
    }
    .header__number-img {
        width: 2rem;
        height: 2rem;
        padding: .3rem
    }
    .btn-main {
        width: 21rem
    }
    .main-i-img {
        width: 3.8rem;
        padding: .9rem
    }
    .play {
        width: 5rem
    }
    .contacts__right-row {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center
    }
    .contacts-slider-wrap {
        margin-top: 2rem;
        width: 100%;
        margin-bottom: 2rem
    }
    .contacts-slider {
        width: 100%;
        margin-left: 0
    }
    .contacts-slider-item {
        height: 27vw
    }
    .arrows.t2 {
        width: 5rem;
        height: 5rem
    }
    .slidePrev.t2 {
        left: -2.5rem
    }
    .slideNext.t2 {
        right: -2.5rem
    }
    .contacts-slider-wrap .text-md {
        margin-left: 0
    }
    .contacts-bl {
        width: auto
    }
    .footer__cont {
        padding: 2rem 0
    }
}

@media (max-width:767px) {

    .logo__img {
        max-width: 14rem
    }
    .right {
        width: 4.5rem
    }
    .right-text-img {
        width: 1.5rem;
        height: 1.5rem
    }
    .right-item {
        width: 1.5rem;
        height: 1.5rem
    }
    .right-three {
        bottom: 2.4rem
    }
    .right-two {
        top: 6rem
    }
    .right-one {
        top: 2.3rem
    }
    .main-advas {
        flex-wrap: wrap;
        justify-content: center
    }
    .main-advas__item {
        width: 47%;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-bottom: 1.5rem;
        padding: 1.5rem
    }
    .main-advas__item-imn {
        height: 6rem
    }
    .price__row-item,
    .price__row-item.t1 {
        width: 100%;
        padding: 1.4rem
    }
    .price__row-item.t1:nth-child(2),
    .price__row-item:nth-child(2) {
        display: none
    }
    .right-img {
        width: 3rem
    }
    .right-img.telp {
        height: 3rem;
        padding: .4rem
    }
    .contacts__cont {
        flex-wrap: wrap
    }
    .map {
        height: 48vw
    }
    .contacts-slider-item {
        height: 48vw
    }
    .contacts-slider {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px
    }
}

@media (max-width:567px) {
    .container--left {
        padding-left: 2rem
    }
    .container--right {
        padding-right: 2rem
    }
    .title-lg {
        font-size: 2.4rem
    }
    .logo__text {
        display: none
    }
    .header__map {
        display: none
    }
    .right-two {
        display: none
    }
    .main-btns {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start
    }
    .btn {
        padding: 1.7rem;
        margin-bottom: 1.5rem
    }
    .logo__img {
        max-width: 12rem;
        width: 9rem
    }
    .header {
        padding-bottom: 4rem
    }
    .header .link {
        display: none
    }
    .right {
        background: 0 0;
        justify-content: flex-start
    }
    .right-one {
        margin-bottom: 1rem
    }
    .main-video {
        right: -31vw;
        top: 11rem;
        width: 88vw
    }
    .main__cont .text24 {
        position: relative;
        z-index: 5;
        width: 65%
    }
    .main__cont .text24 br {
        display: none
    }
    .play {
        right: 38vw;
        top: 41%
    }
    .main-advas__item {
        width: 30%
    }
    .main-advas {
        width: 115%
    }
    .main-advas__item-imn {
        height: 4rem
    }
    .menu {
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        display: block;
        z-index: 999;
        top: 0;
        left: 0;
        padding: 1.8rem
    }
    .menu-logo {
        width: 11rem;
        margin-left: auto;
        margin-right: auto
    }
    .menu .text24 {
        font-size: 2.1rem;
        cursor: pointer
    }
    .menu-close {
        position: absolute;
        width: 3rem;
        right: 1rem;
        top: 2.5rem;
        cursor: pointer
    }
    .menu-close img {
        width: 100%
    }
    .price-tab__item {
        padding: 1rem 1.3rem;
        margin-top: .5rem;
        margin-bottom: .5rem;
        border-radius: 12px
    }
    .desct {
        display: none
    }
    .desct .title {
        font-size: 1.8rem
    }
    .desct .container {
        padding-right: 0
    }
    .close-p {
        display: block;
        top: 1rem
    }
    .menu-about {
        z-index: 1001;
        background-color: #fff;
        position: fixed;
        height: 95vh;
        padding: 1rem;
        left: 0;
        top: 0;
        width: 100%;
        padding-top: 1.5rem;
        overflow: hidden;
        overflow-y: scroll;
        padding-bottom: 6rem
    }
    .menu-about .title {
        font-size: 1.8rem
    }
    .contacts__left-img {
        transform: scale(1);
        margin-right: 1rem
    }
    .menu-contacts {
        z-index: 1001;
        background-color: #fff;
        position: fixed;
        height: 95vh;
        left: 0;
        top: 0;
        width: 100%;
        padding-top: 1.5rem;
        overflow: hidden;
        overflow-y: scroll;
        padding-bottom: 6rem
    }
    .menu-contacts .title {
        font-size: 1.8rem
    }
    .map {
        height: 90vw;
        margin-bottom: 2rem
    }
    .back {
        position: absolute;
        width: 3rem;
        left: 1rem;
        top: 2.5rem;
        cursor: pointer;
        display: block;
        height: 2rem;
        top: 1.6rem
    }
    .back img {
        width: 100%
    }
    .iver2 {
        display: block
    }
    .iver1 {
        display: none
    }
    .right {
        padding-top: 1rem
    }
}

.mobile-bot {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    display: flex;
    justify-content: center;
    z-index: 1006;
    background: #333;
    align-items: center
}

.mobile-bot .right-img {
    margin-left: .4rem;
    margin-right: .4rem
}

@media (min-width:420px) and (max-width:567px) {
    .main-video {
        top: 5rem
    }
}

.modal-wrap,
.overlay {
    display: none;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    overflow-y: scroll
}

.modal-wrap {
    background-color: transparent;
    transform-style: preserve-3d;
    transform: perspective(1000);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.modal-wrap-close {
    z-index: 11;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.modal {
    position: absolute;
    top: 10vh;
    left: 50%;
    border: 1px solid #f78449;
    margin-bottom: 8vw;
    background-color: #1a1a1a;
    color: #fff;
    width: 26vw;
    transition: all .8s ease;
    transform-style: preserve-3d;
    z-index: 77;
    transform: perspective(3400) rotateZ(27deg) rotateY(-72deg) translateX(-50%)
}

.modal:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    border: 1px solid #f78449;
    transform: translate(-50%, -50%)
}

.modal.active {
    transform: perspective(3400) rotateZ(0) rotateY(0) translateX(-50%)
}

.modal-card {
    transition: all .3s ease;
    padding: 3vw 2vw;
    padding-top: 4vw;
    transform-style: preserve-3d;
    transform: perspective(900) rotateY(-40deg) translateX(59%)
}

.modal-card.active {
    -webkit-animation: d3 .8s linear 0s 1 normal both;
    animation: d3 .8s linear 0s 1 normal both
}

.modal-card.closed {
    -webkit-animation: d3-end .4s linear 0s 1 normal both;
    animation: d3-end .4s linear 0s 1 normal both
}

.modal-min {
    width: 31vw
}

.modal-mb {
    width: 80vw
}

.modal-big {
    width: 51vw
}

.modal-big2 {
    width: 55vw
}

.modal-sm {
    width: 36vw
}

.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.5vw;
    height: 1.5vw;
    transform: translate(-100%, 100%);
    cursor: pointer;
    z-index: 99
}

.close:after,
.close:before {
    position: absolute;
    left: 50%;
    content: ' ';
    height: 100%;
    width: 2px;
    background-color: #c7cbcf;
    transition: all .4s;
    border-radius: 3px
}

.close:before {
    transform: rotate(45deg)
}

.close:after {
    transform: rotate(-45deg)
}

.close:hover:after,
.close:hover:before {
    background-color: #f78449
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

div.fancy-select {
    position: relative;
    font-size: .85vw;
    color: #727272;
    cursor: pointer;
    font-weight: 400;
    width: 100%
}

div.fancy-select.disabled {
    opacity: .5
}

div.fancy-select div.trigger {
    text-align: left;
    position: relative;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    border-radius: 7px;
    background: url(../img/plc/input.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    font-style: italic;
    padding: .3vw 1vw;
    padding-left: 2vw;
    padding-right: 2.2vw;
    border: none;
    color: #727272;
    font-size: 1vw;
    height: 3.8vw;
    width: 100%;
    transition: all 240ms ease-out;
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out
}

div.fancy-select div.trigger:after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -3px;
    right: .8vw;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 8px solid #afafb0;
    transform: rotate(180deg);
    transition: all .4s;
    z-index: 9
}

div.fancy-select div.trigger.open {
    box-shadow: none
}

div.fancy-select div.trigger.open:after {
    transform: rotate(0)
}

div.fancy-select ul.options {
    padding-left: 0;
    list-style: none;
    margin: 0;
    margin-top: -2px;
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    overflow: auto;
    background-color: #fff;
    width: 100%;
    max-height: 22vh;
    overflow-y: auto;
    overflow-x: hidden;
    transition: opacity .3s ease-out, top .3s ease-out, visibility .3s ease-out;
    -webkit-transition: opacity .3s ease-out, top .3s ease-out, visibility .3s ease-out;
    -moz-transition: opacity .3s ease-out, top .3s ease-out, visibility .3s ease-out;
    -ms-transition: opacity .3s ease-out, top .3s ease-out, visibility .3s ease-out;
    -o-transition: opacity .3s ease-out, top .3s ease-out, visibility .3s ease-out
}

div.fancy-select ul.options.open {
    visibility: visible;
    top: 85%;
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, .07);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: opacity .3s ease-out, top .3s ease-out;
    -webkit-transition: opacity .3s ease-out, top .3s ease-out;
    -moz-transition: opacity .3s ease-out, top .3s ease-out;
    -ms-transition: opacity .3s ease-out, top .3s ease-out;
    -o-transition: opacity .3s ease-out, top .3s ease-out
}

div.fancy-select ul.options.overflowing {
    top: 100%;
    transition: opacity .3s ease-out, bottom .3s ease-out, visibility .3s ease-out;
    -webkit-transition: opacity .3s ease-out, bottom .3s ease-out, visibility .3s ease-out;
    -moz-transition: opacity .3s ease-out, bottom .3s ease-out, visibility .3s ease-out;
    -ms-transition: opacity .3s ease-out, bottom .3s ease-out, visibility .3s ease-out;
    -o-transition: opacity .3s ease-out, bottom .3s ease-out, visibility .3s ease-out
}

div.fancy-select ul.options.overflowing.open {
    top: 100%;
    transition: opacity .3s ease-out, bottom .3s ease-out;
    -webkit-transition: opacity .3s ease-out, bottom .3s ease-out;
    -moz-transition: opacity .3s ease-out, bottom .3s ease-out;
    -ms-transition: opacity .3s ease-out, bottom .3s ease-out;
    -o-transition: opacity .3s ease-out, bottom .3s ease-out
}

div.fancy-select ul.options li {
    text-align: left;
    padding: 1.1vw;
    color: #9699a9;
    cursor: pointer;
    white-space: nowrap;
    margin: 0;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out
}

div.fancy-select ul.options li:before {
    display: none
}

div.fancy-select ul.options li.selected {
    color: #fad366
}

div.fancy-select ul.options li.hover {
    color: #fad366;
    cursor: pointer
}

.to_top {
    position: fixed;
    right: 2.5vw;
    bottom: 1.5vw;
    box-shadow: 0 0 84px rgba(0, 108, 163, .41);
    background-color: #dcbf8b;
    width: 3.5vw;
    height: 3.5vw;
    border-radius: 100%;
    padding: .7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 189;
    opacity: 0;
    transform: scale(0);
    transition: all .4s
}

.to_top:before {
    content: '';
    position: relative;
    border: .8vw solid transparent;
    border-bottom: 1vw solid #fff;
    transform: translateY(-25%);
    transition: all .4s
}

.to_top.act {
    opacity: 1;
    transform: scale(1)
}

.to_top:hover:before {
    transform: translateY(-37%)
}

.main {
    background-image: url(../img/hero-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 60px;
}

.main__wrapper {
    display: flex;
    justify-content: space-between
}

.header {
    padding: .9375vw 0
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.083vw
}

.logo {
    display: flex;
    align-items: center
}

.logo__img {
    display: flex;
    width: 7.458vw;
    margin-right: 1.40625vw
}

.lang {
    display: flex;
    align-items: center
}

.lang__item {
    display: flex;
    width: 2.083vw;
    opacity: .45;
    border-radius: 50%;
    margin-right: .677vw;
    position: relative;
    z-index: 1
}

.lang__item.active {
    opacity: 1
}

.lang__item.active::before {
    content: '';
    width: calc(100% + .3125vw);
    height: calc(100% + .3125vw);
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    left: -.15625vw;
    top: -.15625vw;
    z-index: -1
}

.lang__item:last-child {
    margin-right: 0
}

.call .socials__items {
    z-index: 1
}

.socials {
    display: flex;
    align-items: center
}

.socials__icon {
    display: flex;
    width: .573vw;
    margin-right: .78125vw
}

.socials__text {
    margin-right: 1.042vw
}

.socials__items {
    display: flex
}

.socials__item {
    width: 2.083vw;
    height: 2.083vw;
    background-color: #ffb71b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: .3125vw;
    transition: .3s
}

.socials__item-img {
    width: 1.042vw;
    height: 1.042vw
}

.socials__item:nth-child(1) .socials__item-img {
    fill: #665cac
}

.socials__item:nth-child(2) .socials__item-img {
    fill: #25d366
}

.socials__item:nth-child(3) .socials__item-img {
    fill: #08c
}

.socials__item:nth-child(4) .socials__item-img {
    fill: #009dff
}

.socials__item:hover .socials__item-img {
    fill: #fff
}

.socials__item:hover:nth-child(1) {
    background-color: #665cac
}

.socials__item:hover:nth-child(2) {
    background-color: #25d366
}

.socials__item:hover:nth-child(3) {
    background-color: #08c
}

.socials__item:hover:nth-child(4) {
    background-color: #009dff
}

.phone {
    display: flex;
    flex-direction: column
}

.phone__text {
    position: relative
}

.phone__text::before {
    content: '';
    border-radius: 50%;
    width: .365vw;
    height: .365vw;
    background-color: #52b060;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    -webkit-animation: online 2s infinite;
    animation: online 2s infinite
}

.phone__link {
    transition: .4s
}

.phone__link:hover {
    color: #ffb71b
}

.nav a {
    color: #fff;
    transition: .4s
}

.nav a:hover {
    color: #ffb71b
}

.nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.nums {
    display: flex;
    align-items: center
}

.num {
    display: flex;
    align-items: center;
    margin-right: 2.865vw
}

.num:last-child {
    margin-right: 0
}

.num__number {
    margin-right: .625vw
}

.hero {
    margin-bottom: 3.90625vw;
    margin-top: 3.90625vw;
}

.hero .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.hero__inner {
    padding-top: 5.99vw;
    padding-top: 0.99vw;
}

.hero__title {
    position: relative
}

.pin {
    position: absolute;
    z-index: 1
}

.pin__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.667vw;
    height: 1.667vw;
    background-color: #ffb71b;
    border-radius: 50%;
    position: relative;
    cursor: pointer
}

.pin__item::after,
.pin__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffb71b;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: animPulse 2s linear infinite;
    animation: animPulse 2s linear infinite;
    z-index: -1
}

.pin__item::after {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    opacity: .25
}

.pin__item:hover~.pin__hover {
    opacity: 1
}

.pin__hover {
    padding: .99vw 1.198vw .99vw 2.604vw;
    opacity: 0;
    transition: .4s;
    pointer-events: none;
    border-radius: 5px;
    background-color: #fff;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .9375vw;
    z-index: -2
}

.main-scroll .scroll__line {
    background-color: #fff
}

.scroll {
    position: absolute;
    top: 18.8vw;
    left: .5vw;
    display: flex;
    flex-direction: column;
    align-items: center
}

.scroll__text {
    color: #ced0d3;
    transform: rotate(90deg);
    margin-bottom: 3.3vw;
    opacity: .5
}

.scroll__line {
    width: 1px;
    height: 13.333vw;
    background-color: #282828;
    opacity: .15;
    margin-bottom: 1.1vw
}

.scroll__img {
    display: flex;
    width: .833vw;
    opacity: .5;
    -webkit-animation: scrollAnim 2s infinite;
    animation: scrollAnim 2s infinite
}

.clients {
    padding: 0 4.6875vw;
    width: 50vw;
    height: 6.51vw;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.clients__slider {
    width: 100%;
    height: 2.396vw
}

.clients .tns-outer {
    width: 100%
}

.clients .tns-inner {
    width: 100%
}

.clients__item {
    height: 2.396vw;
    margin-left: .26vw;
    margin-right: .26vw
}

.clients__item-wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

/*.slick-next::before,
.slick-prev::before {
    content: '';
    border: solid #282828;
    border-width: 0 .15vw .15vw 0;
    display: inline-block;
    padding: .2vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg)
}

.slick-next::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}*/

.video {
    padding: 0 2.292vw 0 4.6875vw;
    width: 15.365vw;
    position: relative;
    background-color: rgba(40, 40, 40, .8);
    display: flex;
    align-items: center
}

.video__link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1.5625vw;
    width: 3.125vw;
    height: 3.125vw;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.video__link::after,
.video__link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: animPulse 2s linear infinite;
    animation: animPulse 2s linear infinite;
    z-index: -1
}

.video__link::after {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    opacity: .25
}

.video__link img {
    width: .9rem
}

.nav__mob {
    display: none
}

.nav__close {
    display: none
}

@-webkit-keyframes online {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes online {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes animPulse {
    0% {
        transform: scale(1)
    }
    100% {
        opacity: 0;
        transform: scale(2.5)
    }
}

@keyframes animPulse {
    0% {
        transform: scale(1)
    }
    100% {
        opacity: 0;
        transform: scale(2.5)
    }
}

@-webkit-keyframes scrollAnim {
    0% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(0, 25%)
    }
    100% {
        transform: translate(0, 0)
    }
}

@keyframes scrollAnim {
    0% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(0, 25%)
    }
    100% {
        transform: translate(0, 0)
    }
}

@media (max-width:900px) {
    .header {
        padding: .9375rem 0
    }
    .header__inner {
        margin-bottom: 2.083rem;
        flex-direction: column;
        align-items: center
    }
    .logo {
        align-items: center;
        text-align: center;
        margin-bottom: 10px;
    }
    .logo__img {
        width: 22rem;
        width: 11rem;
        max-width: unset;
        margin-right: 2rem;
        margin-bottom: 0
    }
    .logo__text {
        display: none;
        font-size: 1.3rem;
        margin-bottom: 1rem;
        display: block;
        text-align: left;
    }
    .lang {
        margin-bottom: 4rem
    }
    .lang__item {
        width: 3rem;
        margin-right: .677rem
    }
    .lang__item.active::before {
        width: calc(100% + .6rem);
        height: calc(100% + .6rem);
        left: -.3rem;
        top: -.3rem
    }
    .socials {
        margin-bottom: 1rem
    }
    .socials__icon {
        width: 1.1rem;
        margin-right: .78125rem
    }
    .socials__text {
        margin-right: 1.042rem
    }
    .socials__item {
        width: 3.5rem;
        height: 3.5rem;
        margin-right: .5rem
    }
    .socials__item:last-child {
        margin-right: 0
    }
    .socials__item-img {
        width: 1.742rem;
        height: 1.742rem
    }
    .phone__text::before {
        width: .6rem;
        height: .6rem
    }
    .num {
        margin-right: 1rem
    }
    .num__number {
        margin-right: .625rem
    }
    .hero {
        margin-bottom: 3.90625rem;
        padding-top: 3rem
    }
    .hero__inner {
        padding-top: 5.99rem
    }
    .pin__item {
        width: 1.667rem;
        height: 1.667rem
    }
    .pin__hover {
        padding: .99rem 1.198rem .99rem 2.604rem;
        left: .9375rem
    }
    .scroll {
        top: 18.8rem;
        left: .5rem
    }
    .scroll__text {
        margin-bottom: 3.3rem
    }
    .scroll__line {
        height: 13.333rem;
        margin-bottom: 1.1rem
    }
    .scroll__img {
        width: .833rem
    }
    .clients {
        padding: 0 1.5rem;
        width: 16rem;
        height: 6.51rem
    }
    .clients .slick-prev {
        left: -15px;
        z-index: 1
    }
    .clients .slick-next {
        right: -15px;
        z-index: 1
    }
    .clients__slider {
        height: 3.5rem
    }
    .clients__item {
        height: 3.5rem;
        margin-left: .26rem;
        margin-right: .26rem
    }
    .slick-next::before,
    .slick-prev::before {
        border-width: 0 .15rem .15rem 0;
        padding: .2rem
    }
    .video {
        padding: 0 2.292rem 0 4.6875rem;
        width: 18rem
    }
    .video__link {
        left: -1.9625rem;
        width: 4.125rem;
        height: 4.125rem
    }
    .phone .phone__text {
        font-size: 1.3rem
    }
    .phone .phone__link {
        font-size: 1.65rem
    }
    .header .phone {
        margin-bottom: 1rem
    }
    .btn-text {
        font-size: 1.3rem
    }
    .scroll {
        display: none
    }
    .nav__mob {
        position: fixed;
        top: 5.3rem;
        right: .9rem;
        width: 4rem;
        height: 4rem;
        background-color: #154b91;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 997
    }
    .nav__burger {
        width: 2rem;
        height: 1.9rem;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        display: flex
    }
    .nav__burger-item {
        display: block;
        width: 100%;
        height: 3px;
        border-radius: 4px;
        position: relative;
        background-color: #fff
    }
    .nav {
        z-index: 999;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        transform: translateX(-100%);
        transition: all .4s ease-in;
        flex-direction: column
    }
    .nav__close {
        width: 3rem;
        height: 3rem;
        position: absolute;
        top: 7%;
        right: 5%;
        display: block
    }
    .nav__close::after,
    .nav__close::before {
        content: ' ';
        position: absolute;
        left: 50%;
        height: 100%;
        width: 3px;
        background-color: #282828;
        border-radius: 3px
    }
    .nav__close::before {
        transform: rotate(45deg)
    }
    .nav__close::after {
        transform: rotate(-45deg)
    }
    .nav__inner {
        flex-direction: column;
        align-items: center;
        font-size: 1.4rem
    }
    .nav.active {
        transform: translateX(0)
    }
    .nav a {
        color: #282828
    }
    .nav__item {
        padding: 1rem
    }
    .main {
        background-position: top center;
        background: url(../img/background-mob.jpg) center right/cover no-repeat;
    }
    .hero__inner {
        padding-top: 0
    }
    .title-lg {
        line-height: 2.885rem
    }
    .pin__item {
        width: 2.5rem;
        height: 2.5rem;
        display: none
    }
    .hero__title br {
        display: none
    }
    .num__number {
        font-size: 3rem
    }
}

.quiz__btn-hint {
    position: absolute;
    left: 50%;
    bottom: 110%;
    width: 100%;
    color: #282828;
    box-shadow: 4px 7px 17px -6px rgba(0, 0, 0, .4);
    background-color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 33;
    transform: translate(-50%, 0);
    opacity: 0;
    transition: opacity .6s
}

.quiz__btn:hover:disabled .quiz__btn-hint {
    opacity: 1
}

.quiz__inner {
    display: flex;
    justify-content: space-between
}

.quiz__left {
    padding: 1.042vw 2.179vw 2.24vw;
    width: 18.229vw;
    height: 36.458vw;
    border-radius: 15px;
    background: #eeeeee url(../img/logo-back.png) -3.7vw 6.1vw no-repeat;
    background-size: 24vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.quiz__left-photo {
    display: flex;
    width: 10.052vw;
    margin-bottom: 1.042vw
}

.quiz__left-online {
    padding-left: .68125vw
}

.quiz__left-online::before {
    left: -.1vw
}

.quiz__left-text {
    margin-bottom: 1.042vw;
    padding: 1.198vw 1.5625vw;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    line-height: .9375vw
}

.quiz__left-img {
    display: flex;
    width: 8.542vw;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5.542vw;
    position: absolute;
    bottom: 3vw;
    right: 3vw;
}

.quiz__items {
    width: 100%
}

.quiz__noimgcont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.quiz__leftimg{
    width: 48%;
}

.quiz__leftimg img{
    display: block;
    width: 100%;
}

.quiz__options_noimg{
    width: 50% !important;
    flex-wrap: wrap;
}

.quiz__options_noimg .quiz__option{
    width: 100%;
    margin: 10px 0;
}

.quiz__options_noimg .quiz__option-checkbox{
    width: 100% !important;
}

.quiz__content {
    border-radius: 15px;
    border: 1px solid #e1e7ed;
    padding: 3.385vw 3.4375vw 2.34375vw;
    min-height: 36.458vw;
    width: 58.958vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}

.quiz__item {
    position: relative;
    width: 100%
}

.quiz__item:nth-child(1) {
    max-width: 46.417vw;
    margin: 0 auto
}

.quiz__item:nth-child(1) .t-min2 {
    margin-bottom: 3.646vw
}

.quiz__item:nth-child(1) .quiz__options {
    flex-direction: column;
    flex-direction: row;
}

.quiz__item:nth-child(2) .t-min2,
.quiz__item:nth-child(3) .t-min2 {
    margin-bottom: 2.198vw
}

.quiz__item:nth-child(4) .t-min2 {
    margin-bottom: 2.021vw
}

.quiz__item:nth-child(5) .t-min2 {
    margin-bottom: 2.448vw
}

.quiz__item:nth-child(6) .t-min2 {
    margin-bottom: 1.5625vw
}

.quiz__options {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.quiz__options--nums {
    flex-wrap: wrap
}

.quiz__options--cows {
    justify-content: center
}

.quiz__options--multi {
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% + 1.875vw);
    margin-left: -.9375vw
}

.quiz__option {
    position: relative;
    cursor: pointer;
    height: 2.865vw;
    display: flex;
    width: 23%;
    margin: 0 1%;
    margin-bottom: 1.5%;
}

.quiz__option.toggleopt{
    width: 100%;
}

.quiz__option.bigg{
    width: 31%;
}

.quiz__option-text{
    width: calc(100% - 2.2625vw);
}

.quiz__option:hover .quiz__option-checkbox {
    border-color: #ffb71b
}

.quiz__option-img {
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.042vw;
    background-position: center center
}

.quiz__option--image {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto
}

.quiz__option--image .quiz__option-checkbox {
    width: 13.021vw;
    height: 2.865vw;
    width: 100%;
}

.quiz__option--min .quiz__option-checkbox {
    width: 9.115vw
}

.quiz__option--big {
    width: 16.146vw
}

.quiz__option--nums.quiz__option {
    flex-direction: column;
    height: auto;
    cursor: unset;
    width: 47%;
    margin-bottom: 2.204vw
}

.quiz__option--nums .quiz__option-wrap {
    display: flex;
    align-items: center
}

.quiz__option--nums .quiz__option-img {
    display: flex;
    width: 12.65625vw;
    height: auto;
    margin-right: .9375vw
}

.quiz__option--nums .quiz__option-block {
    display: flex
}

.quiz__option--cows.quiz__option {
    height: auto;
    flex-direction: column;
    align-items: center
}

.quiz__option--cows.quiz__option--slider .irs--flat .irs-grid-text::after {
    content: ' коров'
}

.quiz__option--cows .js-grid-text-0 {
    left: 1% !important
}

.quiz__option--cows.quiz__option--slider .irs--flat .irs-grid-text.js-grid-text-1 {
    left: 95% !important
}

.quiz__option--cows .quiz__option-img {
    width: 11.198vw;
    height: 11.198vw
}

.quiz__option--cows .quiz__option-slider {
    width: 32.292vw;
    margin-bottom: 2.083vw
}

.quiz__option--multi {
    margin-right: 1.6vw;
    margin-bottom: 1.042vw
}

.quiz__option--multi:nth-child(3),
.quiz__option--multi:nth-child(5) {
    margin-right: 0
}

.quiz__option--multi .quiz__option-img {
    width: 7.604vw;
    border-radius: 0;
    height: 6.875vw;
    background-size: contain;
    margin-bottom: .677vw
}

.quiz__option--multi .quiz__option-check {
    border-radius: 3px
}

.quiz__option--multi .quiz__option-checkbox {
    width: 13.542vw
}

.quiz__option-input {
    display: none
}

.quiz__option-input:checked~.quiz__option-checkbox {
    padding-left: .625vw;
    border-color: #ffb71b
}

.quiz__option-input:checked~.quiz__option-checkbox .quiz__option-check {
    /*width: 1.5625vw;
    height: 1.5625vw;*/
    background-color: #ffb71b
}

.quiz__option-input:checked~.quiz__option-checkbox .quiz__option-check img {
    display: flex
}

.quiz__option-checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: .885vw;
    border-radius: 100px;
    border: 1px solid #dfdfdf;
    transition: .4s border-color;
    width: 100%
}

.quiz__option-check {
    width: 1.542vw;
    height: 1.542vw;
    background-color: #eeeeee;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: .78125vw
}

.quiz__option-check img {
    display: none;
    width: .677vw
}

.quiz__option--slider {
    display: flex;
    align-items: flex-end;
    height: auto;
    cursor: auto;
    width: 100%;
}

.quiz__option--slider.mb {
    margin-bottom: 5.208vw
}

.quiz__option--slider .irs--flat .irs-line {
    height: 15px;
    border-radius: 8px
}

.quiz__option--slider .irs--flat .irs-max,
.quiz__option--slider .irs--flat .irs-min {
    display: none
}

.quiz__option--slider .irs--flat .irs-single {
    display: none
}

.quiz__option--slider .irs-grid {
    bottom: -12px
}

.quiz__option--slider .irs--flat .irs-grid-pol {
    display: none
}

.quiz__option--slider .irs--flat .irs-grid-text {
    color: #282828;
    font-size: .9375vw;
    font-weight: 500;
    font-family: 'PF Bague Sans Pro', sans-serif
}

.quiz__option--slider .irs--flat .irs-grid-text::after {
    content: ' ';
    font-size: .729vw;
    font-weight: 500
}

.quiz__option--slider .irs--flat .irs-grid-text.js-grid-text-1 {
    left: 98% !important
}

.quiz__option--slider .irs--flat .irs-bar {
    border-radius: 8px;
    height: 15px;
    background-color: #ffb71b
}

.quiz__option--slider .irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e1e4e9
}

.quiz__option--slider .irs--flat .irs-handle {
    width: 40px;
    height: 40px;
    border: 7px solid #fff;
    background-color: #ffb71b;
    border-radius: 50%;
    top: 12px;
    cursor: pointer;
    box-shadow: 0 0 27px rgba(40, 39, 40, .2)
}

.quiz__option--slider .irs--flat .irs-handle i:first-child {
    display: none
}

.quiz__option-slider {
    width: 25.26vw
}

.quiz__option-slider.mr {
    margin-right: 4.167vw
}

.quiz__option-block {
    position: relative;
    top: .5vw;
    display: flex;
    align-items: center
}

.quiz__option-range-input {
    width: 4.10625vw;
    height: 2.492vw;
    border-radius: 5px;
    border: 1px solid #e1e7ed;
    -moz-appearance: textfield
}

.quiz__option-range-input::-webkit-inner-spin-button,
.quiz__option-range-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.quiz__tractor {
    display: flex;
    width: 17.15625vw;
    position: absolute;
    right: 0vw;
    top: 13vw;
    z-index: -1
}

.quiz__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
}

.quiz__progress {
    display: flex
}

.quiz__progress-items {
    display: flex;
    align-items: flex-end;
    padding-bottom: .3vw;
    margin-right: 1.771vw
}

.quiz__progress-item {
    width: .78125vw;
    height: .78125vw;
    background-color: #eeeeee;
    border-radius: 50%;
    margin-right: .46875vw
}

.quiz__progress-item:last-child {
    margin-right: 0
}

.quiz__progress-item.active {
    background-color: #ffb71b
}

.quiz-scroll .scroll__text {
    margin-bottom: 5.4vw
}

.quiz__semifinal {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.quiz__semifinal-title {
    color: #ffb71b
}

.quiz__semifinal-options {
    display: flex;
    width: 36.458vw;
    justify-content: space-between;
    margin-bottom: 1.5625vw
}

.quiz__semifinal-option-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    background-color: transparent;
    transition: .2s
}

.quiz__semifinal-check {
    z-index: 1
}

.quiz__semifinal-option {
    position: relative;
    min-width: 8.333vw;
    padding: 0 1.354vw;
    height: 3.385vw;
    border-radius: 100px;
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    cursor: pointer
}

.quiz__semifinal-option-text {
    z-index: 1
}

.quiz__semifinal-option:nth-child(1) .quiz__semifinal-input:checked~.quiz__semifinal-option-bg {
    background-color: #675dac
}

.quiz__semifinal-option:nth-child(1) .quiz__semifinal-input:checked~.quiz__semifinal-check path {
    fill: #fff !important
}

.quiz__semifinal-option:nth-child(1) .quiz__semifinal-input:checked~.quiz__semifinal-option-text {
    color: #fff
}

.quiz__semifinal-option:nth-child(2) .quiz__semifinal-input:checked~.quiz__semifinal-option-bg {
    background-color: #4bbcf3
}

.quiz__semifinal-option:nth-child(2) .quiz__semifinal-input:checked~.quiz__semifinal-check path {
    fill: #fff !important
}

.quiz__semifinal-option:nth-child(2) .quiz__semifinal-input:checked~.quiz__semifinal-option-text {
    color: #fff
}

.quiz__semifinal-option:nth-child(3) .quiz__semifinal-check-img path {
    fill: #2bbb2b
}

.quiz__semifinal-option:nth-child(3) .quiz__semifinal-input:checked~.quiz__semifinal-option-bg {
    background-color: #2bbb2b
}

.quiz__semifinal-option:nth-child(3) .quiz__semifinal-input:checked~.quiz__semifinal-check path {
    fill: #fff !important
}

.quiz__semifinal-option:nth-child(3) .quiz__semifinal-input:checked~.quiz__semifinal-option-text {
    color: #fff
}

.quiz__semifinal-option:nth-child(4) .quiz__semifinal-input:checked~.quiz__semifinal-option-bg {
    background-color: #ffb71b
}

.quiz__semifinal-option:nth-child(4) .quiz__semifinal-input:checked~.quiz__semifinal-check path {
    fill: #fff !important
}

.quiz__semifinal-option:nth-child(4) .quiz__semifinal-input:checked~.quiz__semifinal-option-text {
    color: #fff
}

.quiz__semifinal-check-img {
    width: 1.5625vw;
    margin-right: .521vw
}

.quiz__semifinal-inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 36.458vw
}

.quiz__semifinal-inputs .input {
    width: 49%;
    margin-bottom: .78125vw
}

.quiz__semifinal-inputs .btn {
    width: 49%;
    height: 3.90625vw;
    padding: 0
}

.quiz__semifinal input[type=email] {
    display: none
}

.quiz__btns {
    display: flex
}

.form__check {
    display: flex;
    align-items: center;
    cursor: pointer
}

.form__check .rhide:checked~.form__check-box {
    background-color: #ffb71b
}

.form__check-box {
    width: .78125vw;
    height: .78125vw;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #ffb71b;
    display: flex;
    justify-content: center;
    align-items: center
}

.form__check-box img {
    width: .46875vw
}

.form__check-text {
    transition: .4s
}

.form__check-text:hover {
    color: #ffb71b
}

@media (max-width:900px) {
        .quiz__noimgcont{
            justify-content: center;
            flex-wrap: wrap;
        }
        .quiz__leftimg{
            width: 80%;
        }
        .quiz__options_noimg{
            width: 100% !important;
        }
    .quiz__left {
        display: none
    }
    .quiz__items {
        width: 100%
    }
    .quiz__content {
        border-radius: 15px;
        padding: 1.5rem;
        height: auto;
        width: 100%
    }
    .quiz__item:nth-child(1) {
        max-width: 36.417rem
    }
    .quiz__item:nth-child(1) .t-min2 {
        margin-bottom: 3.646rem
    }
    .quiz__item:nth-child(2) .t-min2,
    .quiz__item:nth-child(3) .t-min2 {
        margin-bottom: 6.198rem
    }
    .quiz__item:nth-child(4) .t-min2 {
        margin-bottom: 3.021rem
    }
    .quiz__item:nth-child(5) .t-min2 {
        margin-bottom: 2.448rem
    }
    .quiz__item:nth-child(6) .t-min2 {
        margin-bottom: 1.5625rem
    }
    .quiz__options--multi {
        width: calc(100% + 1.875rem);
        margin-left: -.9375rem
    }
    .quiz__option {
        height: 3.5rem
    }
    .quiz__option-img {
        width: 14.4rem;
        height: 14.4rem;
        margin-bottom: 1.042rem
    }
    .quiz__option--image .quiz__option-checkbox {
        width: 13.021rem;
        height: 2.865rem
    }
    .quiz__option--min .quiz__option-checkbox {
        width: 9.115rem
    }
    .quiz__option--big {
        width: 16.146rem
    }
    .quiz__option--nums.quiz__option {
        margin-bottom: 2.204rem
    }
    .quiz__option--nums .quiz__option-img {
        width: 12.65625rem;
        margin-right: .9375rem
    }
    .quiz__option--cows .quiz__option-img {
        width: 15rem;
        height: 15rem
    }
    .quiz__option--cows .quiz__option-slider {
        width: 100%;
        margin-bottom: 2.083rem
    }
    .quiz__option--multi {
        margin-right: 1.6rem;
        margin-bottom: 1.042rem
    }
    .quiz__option--multi .quiz__option-img {
        width: 11.604rem;
        height: 10.875rem;
        margin-bottom: .677rem
    }
    .quiz__option--multi .quiz__option-checkbox {
        width: 13.542rem
    }
    .quiz__option-input:checked~.quiz__option-checkbox {
        padding-left: .625rem
    }
    .quiz__option-input:checked~.quiz__option-checkbox .quiz__option-check {
        width: 2rem;
        height: 2rem
    }
    .quiz__option-checkbox {
        padding-left: .885rem
    }
    .quiz__option-check {
        width: 1.5rem;
        height: 1.5rem;
        margin-right: .78125rem
    }
    .quiz__option-check img {
        width: .7rem
    }
    .quiz__option--slider.mb {
        margin-bottom: 4rem
    }
    .quiz__option--slider .irs--flat .irs-grid-text {
        font-size: .9375rem
    }
    .quiz__option--slider .irs--flat .irs-grid-text::after {
        font-size: .729rem
    }
    .quiz__option-slider {
        width: 100%
    }
    .quiz__option-slider.mr {
        margin-right: 1rem
    }
    .quiz__option-block {
        position: relative;
        top: .5rem;
        display: flex;
        align-items: center
    }
    .quiz__option-range-input {
        width: 6.5rem;
        height: 3.5rem;
        font-size: 2rem
    }
    .quiz__tractor {
        width: 27.15625rem;
        right: -2rem;
        top: 13rem;
        display: none;
        display: block;
            position: static;
            width: 80%;
            margin: 0 auto 10px;
    }
    .quiz__progress-items {
        padding-bottom: .3rem;
        margin-right: 1.771rem
    }
    .quiz__progress-item {
        width: .78125rem;
        height: .78125rem;
        margin-right: .46875rem
    }
    -scroll .scroll__text {
        margin-bottom: 5.4rem
    }
    __semifinal-options {
        width: 36.458rem;
        margin-bottom: 1.5625rem
    }
    __semifinal-option {
        min-width: 8.333rem;
        padding: 0 1.354rem;
        height: 3.385rem
    }
    __semifinal-check-img {
        width: 1.5625rem;
        margin-right: .521rem
    }
    __semifinal-inputs {
        width: 36.458rem
    }
    __semifinal-inputs .input {
        margin-bottom: .78125rem
    }
    __semifinal-inputs .btn {
        height: 3.90625rem
    }
    .form__check-box {
        min-width: 1.5rem;
        min-height: 1.5rem
    }
    .form__check-box img {
        width: .85rem
    }
    .quiz__option--slider {
        align-items: center
    }
    .quiz__option-block {
        top: 0
    }
    .quiz__option--slider .irs--flat .irs-line {
        height: 10px
    }
    .quiz__option--slider .irs--flat .irs-bar {
        height: 10px
    }
    .quiz__option--slider .irs--flat .irs-handle {
        width: 24px;
        height: 24px;
        border: 4px solid #fff;
        top: 12px
    }
    .irs--flat.irs-with-grid {
        height: 46px
    }
    .irs--flat .irs-line {
        top: 19px
    }
    .irs--flat .irs-bar {
        top: 19px
    }
    .quiz__option--slider .irs--flat .irs-grid-text {
        font-size: 1.2rem
    }
    .quiz__option--slider .irs--flat .irs-grid-text::after {
        font-size: 1rem
    }
    .quiz__option--slider .irs--flat .irs-grid-text.js-grid-text-1 {
        left: 91% !important
    }
    .quiz__options {
        margin-bottom: 2rem
    }
    .quiz__bottom {
        flex-direction: column-reverse
    }
    .btn.btn--blue {
        height: auto;
        padding: 1.7rem 3.9rem 1.7rem 3.6rem
    }
    .btn.btn--blue::after {
        border-width: 0 .15rem .15rem 0;
        padding: .25rem;
        right: 2rem
    }
    .btn {
        margin-bottom: 0
    }
    .quiz__btns {
        margin-bottom: 2rem
    }
    .quiz__option--image {
        height: auto;
        margin-bottom: 2rem;
        margin-left: .4rem;
        margin-right: .4rem;
    }
    .quiz__option.bigg{
        width: 47%;
    }
    .quiz__option.verybig{
        width: 78%;
    }
    .quiz__option--image .quiz__option-checkbox {
        width: 100%;
        height: 3.5rem
    }
    .quiz__options {
        flex-wrap: wrap;
        justify-content: center
    }
    .quiz__item:nth-child(2) .t-min2,
    .quiz__item:nth-child(3) .t-min2 {
        margin-bottom: 3.198rem
    }
    .quiz__option-block .tsm12 {
        font-size: 1.3rem
    }
    .btn.btn--outline {
        border: 0;
        background: 0 0;
        box-shadow: none;
        color: #282728;
        height: auto;
        padding: 1.7rem 3.6rem 1.7rem 3.9rem
    }
    .btn.btn--outline::after {
        border-width: 0 .15rem .15rem 0;
        padding: .25rem;
        left: 2rem
    }
    .quiz__option--nums.quiz__option {
        width: 100%;
        align-items: center
    }
    .quiz__option--multi .quiz__option-checkbox {
        width: 100%;
        padding-right: .5rem
    }
    .quiz__semifinal-options {
        width: 100%;
        margin-bottom: 0;
        flex-wrap: wrap
    }
    .quiz__semifinal-option {
        width: 48%;
        height: 4.5rem;
        margin-bottom: 1rem;
        padding: 0 1.354rem
    }
    .quiz__semifinal-check-img {
        width: 1.9rem;
        margin-right: .521rem
    }
    .quiz__semifinal-inputs {
        margin-bottom: 1rem;
        width: 100%
    }
    .quiz__semifinal-inputs .input {
        width: 100%;
        height: 4.5rem;
        font-size: 1.3rem;
        order: 1
    }
    .quiz__semifinal-inputs .btn {
        width: 100%;
        height: 4.5rem;
        order: 2
    }
    .quiz__semifinal-inputs .btn .btn-text {
        font-size: 1.3rem
    }
    .form__check-text {
        text-align: left;
        font-size: 0.9rem
    }
    .quiz__option--cows.quiz__option {
        width: 100%
    }
    .quiz__semifinal-option-text {
        font-size: 1.3rem
    }
}

.mech__subtitle {
    margin-bottom: 5.99vw
}

.mech-scroll .scroll__text {
    margin-bottom: 5.2vw
}

.mech__inner {
    display: flex;
    justify-content: space-between
}

.mech__right {
    padding-top: .885vw
}

.mech__img {
    display: flex;
    width: 36.5625vw
}

.mech__bg {
    display: flex;
    width: 37.917vw;
    position: absolute;
    top: 8vw;
    left: 11vw;
    z-index: -1
}

.mech .pin:nth-child(1) .pin__hover {
    left: -15vw;
    top: -3vw
}

.mech .pin:nth-child(1) .pin__img {
    background-size: 1.25vw
}

.mech .pin:nth-child(1) .pin__line {
    width: 6.198vw;
    left: 7.6vw;
    top: 1vw
}

.mech .pin:nth-child(2) .pin__hover {
    left: 1.8vw;
    top: -6.5vw
}

.mech .pin:nth-child(2) .pin__img {
    background-size: .99vw
}

.mech .pin:nth-child(2) .pin__line {
    width: 1.979vw;
    left: 1.6vw;
    top: 2.8vw
}

.mech .pin:nth-child(3) .pin__hover {
    left: 11.5vw;
    top: -4.7vw
}

.mech .pin:nth-child(3) .pin__img {
    background-size: 1.302vw
}

.mech .pin:nth-child(3) .pin__line {
    width: 11.458vw;
    left: -7.9vw;
    top: 3.8vw
}

.mech .pin:nth-child(4) .pin__hover {
    left: -15.6vw;
    top: -2.5vw
}

.mech .pin:nth-child(4) .pin__img {
    background-size: .885vw
}

.mech .pin:nth-child(4) .pin__line {
    width: 8.49vw;
    left: 5.8vw;
    top: 2.9vw
}

.mech .pin:nth-child(5) .pin__hover {
    left: 2.2vw;
    top: -3.6vw
}

.mech .pin:nth-child(5) .pin__img {
    background-size: .677vw
}

.mech .pin:nth-child(5) .pin__line {
    width: 3.073vw;
    left: 1.1vw;
    top: 2.7vw
}

.mech .pin:nth-child(6) .pin__hover {
    left: -2.5vw;
    top: 8vw
}

.mech .pin:nth-child(6) .pin__img {
    background-size: .677vw
}

.mech .pin:nth-child(6) .pin__line {
    width: .9375vw;
    left: 2.6vw;
    top: -4.6vw
}

.mech .pin:nth-child(7) .pin__hover {
    left: -27.4vw;
    top: -7.2vw
}

.mech .pin:nth-child(7) .pin__img {
    background-size: .573vw
}

.mech .pin:nth-child(7) .pin__line {
    width: 20vw;
    left: 5.7vw;
    top: 3.4vw
}

.mech .pin:nth-child(8) .pin__hover {
    left: 5.6vw;
    top: -4vw
}

.mech .pin:nth-child(8) .pin__img {
    background-size: 1.40625vw
}

.mech .pin:nth-child(8) .pin__line {
    width: 8.073vw;
    left: -3.1vw;
    top: 4.2vw
}

.mech .pin__item {
    width: 1.875vw;
    height: 1.875vw;
    background-color: #ffb71b
}

.mech .pin__item::after,
.mech .pin__item::before {
    background-color: #ffb71b
}

.mech .pin__hover {
    padding: 0;
    opacity: 1;
    display: flex;
    align-items: center;
    background: 0 0;
    transform: none
}

.mech .pin__img {
    width: 2.604vw;
    height: 2.604vw;
    background-color: #eeeeee;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    margin-right: .78125vw
}

.mech .pin__line {
    position: absolute;
    display: flex
}

.section.has--line {
    padding-top: 0
}

.section.has--line::before {
    content: '';
    width: .729vw;
    height: .729vw;
    border-radius: 50%;
    background-color: #d6e5f3;
    position: absolute;
    right: 36vw;
    top: 1.2vw
}

.section.has--line::after {
    content: '';
    position: absolute;
    right: 0;
    top: 1.53vw;
    height: 1px;
    width: 36vw;
    background-color: #d6e5f3
}

.part {
    display: flex;
    align-items: center;
    margin-bottom: 3.646vw
}

.part:last-child {
    margin-bottom: 0
}

.part__img {
    width: 7.8125vw;
    height: 7.8125vw;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-right: 4.583vw;
    position: relative;
    border: 1px solid #edf2f6
}

.part__img::before {
    content: '';
    width: 3.75vw;
    height: 1px;
    background-color: #d6e5f3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2.448vw;
    z-index: -1
}

.part__img::after {
    content: '';
    width: .677vw;
    height: .677vw;
    border-radius: 50%;
    background-color: #ffb71b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2.448vw
}

.part__text {
    max-width: 14.0625vw
}

@media (max-width:900px) {
    .mech__subtitle {
        margin-bottom: 2rem
    }
    .mech-scroll .scroll__text {
        margin-bottom: 5.2rem
    }
    .mech__right {
        padding-top: .885rem
    }
    .mech__img {
        width: 100%
    }
    .mech__bg {
        width: 37.917rem;
        top: 8rem;
        left: 11rem
    }
    .mech .pin:nth-child(1) .pin__hover {
        left: -15rem;
        top: -3rem
    }
    .mech .pin:nth-child(1) .pin__img {
        background-size: 2.35rem
    }
    .mech .pin:nth-child(1) .pin__line {
        width: 6.198rem;
        left: 7.6rem;
        top: 1rem
    }
    .mech .pin:nth-child(2) .pin__hover {
        left: 1.8rem;
        top: -6.5rem
    }
    .mech .pin:nth-child(2) .pin__img {
        background-size: 1.89rem
    }
    .mech .pin:nth-child(2) .pin__line {
        width: 1.979rem;
        left: 1.6rem;
        top: 2.8rem
    }
    .mech .pin:nth-child(3) .pin__hover {
        left: 11.5rem;
        top: -4.7rem
    }
    .mech .pin:nth-child(3) .pin__img {
        background-size: 2.302rem
    }
    .mech .pin:nth-child(3) .pin__line {
        width: 11.458rem;
        left: -7.9rem;
        top: 3.8rem
    }
    .mech .pin:nth-child(4) .pin__hover {
        left: -15.6rem;
        top: -2.5rem
    }
    .mech .pin:nth-child(4) .pin__img {
        background-size: 1.685rem
    }
    .mech .pin:nth-child(4) .pin__line {
        width: 8.49rem;
        left: 5.8rem;
        top: 2.9rem
    }
    .mech .pin:nth-child(5) .pin__hover {
        left: 2.2rem;
        top: -3.6rem
    }
    .mech .pin:nth-child(5) .pin__img {
        background-size: 1.277rem
    }
    .mech .pin:nth-child(5) .pin__line {
        width: 3.073rem;
        left: 1.1rem;
        top: 2.7rem
    }
    .mech .pin:nth-child(6) .pin__hover {
        left: -2.5rem;
        top: 8rem
    }
    .mech .pin:nth-child(6) .pin__img {
        background-size: 1.277rem
    }
    .mech .pin:nth-child(6) .pin__line {
        width: .9375rem;
        left: 2.6rem;
        top: -4.6rem
    }
    .mech .pin:nth-child(7) .pin__hover {
        left: -27.4rem;
        top: -7.2rem
    }
    .mech .pin:nth-child(7) .pin__img {
        background-size: 1.073rem
    }
    .mech .pin:nth-child(7) .pin__line {
        width: 20rem;
        left: 5.7rem;
        top: 3.4rem
    }
    .mech .pin:nth-child(8) .pin__hover {
        left: 5.6rem;
        top: -4rem
    }
    .mech .pin:nth-child(8) .pin__img {
        background-size: 2.70625rem
    }
    .mech .pin:nth-child(8) .pin__line {
        width: 8.073rem;
        left: -3.1rem;
        top: 4.2rem
    }
    .mech .pin__item {
        width: 1.875rem;
        height: 1.875rem
    }
    .mech .pin__img {
        min-width: 5.5rem;
        height: 5.5rem;
        margin-right: .78125rem
    }
    .section.has--line::before {
        display: none
    }
    .section.has--line::after {
        display: none
    }
    .part__text .tsm12 {
        font-size: 1.3rem
    }
    .part__text .t-min2 {
        font-size: 2.2rem
    }
    .part {
        margin-bottom: 3.646rem
    }
    .part__img {
        min-width: 11.8125rem;
        height: 11.8125rem;
        margin-right: 3.583rem
    }
    .part__img::before {
        width: 3.75rem;
        right: -2.448rem
    }
    .part__img::after {
        width: .677rem;
        height: .677rem;
        right: -2.448rem
    }
    .part__text {
        max-width: unset
    }
    .mech__inner {
        flex-direction: column;
        align-items: center
    }
    .mech__inner .parts {
        margin-bottom: 2rem
    }
    .mech__items .pin {
        position: static;
        width: 50%;
        margin-bottom: 2rem
    }
    .mech__items .pin .pin__hover {
        position: static
    }
    .mech__items .pin .pin__line {
        display: none
    }
    .mech__items {
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }
    .mech__items .pin__hover .tsm12 {
        font-size: 1.3rem;
        white-space: normal
    }
    .mech__items .pin__hover .tsm12 br {
        display: none
    }
}

.direction__subtitle {
    margin-bottom: 3.385vw
}

.direction__inner {
    display: flex
}

.direction__block {
    background-color: #35343d;
    display: flex;
    width: 50%
}

.direction__right {
    padding: 2.96875vw 2.967vw 2.448vw 3.767vw
}

.direction__img {
    width: 23.229vw;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat
}

.direction__item {
    display: flex;
    align-items: center;
    margin-bottom: 1.40625vw
}

.direction__item:last-child {
    margin-bottom: 0
}

.direction__check {
    width: 1.5625vw;
    height: 1.5625vw;
    background-color: #1cc935;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: .78125vw
}

.direction__check.negative {
    background-color: #ffb71b
}

@media (max-width:900px) {
    .direction__subtitle {
        margin-bottom: 3.385rem
    }
    .direction__block {
        width: 100%
    }
    .direction__right {
        padding: 2.06875rem 1.167rem 1.748rem 2.867rem
    }
    .direction__img {
        width: 50%
    }
    .direction__item {
        margin-bottom: 1.40625rem
    }
    .direction__item .tsm13 br {
        display: none
    }
    .direction__check {
        min-width: 2rem;
        min-height: 2rem;
        margin-right: .78125rem
    }
    .direction__inner {
        flex-wrap: wrap
    }
    h2 br {
        display: none
    }
    .direction__right .t-min2 {
        font-size: 2.1rem
    }
    .direction__right .tsm13 {
        font-size: 1.3rem
    }
    .direction__subtitle {
        font-size: 1.6rem
    }
    .direction .title br {
        display: none
    }
    .options__subtitle {
        font-size: 1.6rem
    }
    .options__text .t-min2 {
        font-size: 2.3rem
    }
    .options__text .text {
        font-size: 1.5rem
    }
    .options__text .text br {
        display: none
    }
}

.options .scroll__text {
    margin-bottom: 4.9vw
}

.options__subtitle {
    margin-bottom: 2.604vw
}

.options__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.4375vw
}

.options__item {
    display: flex;
    align-items: center
}

.options__img {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 8.333vw;
    height: 9.375vw;
    margin-right: 4.427vw
}

.options__img::before {
    content: '';
    width: 3.75vw;
    height: 1px;
    background-color: #d6e5f3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2.648vw;
    z-index: -1
}

.options__img::after {
    content: '';
    width: .677vw;
    height: .677vw;
    border-radius: 50%;
    background-color: #ffb71b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2.848vw
}

.options__item.big .options__img {
    width: 20.26vw;
    height: 18.229vw;
    margin-right: 7.708vw
}

.options__item.big .options__img::before {
    width: 8.75vw;
    top: 37%;
    right: -4.648vw
}

.options__item.big .options__img::after {
    top: 37%;
    right: -5.248vw
}

@media (max-width:900px) {
    .options .scroll__text {
        margin-bottom: 4.9rem
    }
    .options__subtitle {
        margin-bottom: 2.604rem
    }
    .options__wrapper {
        margin-bottom: 0;
        flex-direction: column;
        width: 29rem
    }
    .options__img {
        min-width: 8.333rem;
        height: 9.375rem;
        margin-right: 4.427rem
    }
    .options__img::before {
        width: 3.75rem;
        right: -2.648rem
    }
    .options__img::after {
        width: .677rem;
        height: .677rem;
        right: -2.848rem
    }
    .options__item.big .options__img {
        min-width: 8.333rem;
        height: 9.375rem;
        margin-right: 4.427rem
    }
    .options__item.big .options__img::before {
        width: 3.75rem;
        right: -2.648rem
    }
    .options__item.big .options__img::after {
        width: .677rem;
        height: .677rem;
        right: -2.848rem
    }
    .options__items {
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .options__item {
        margin-bottom: 2rem
    }
    .options .text24 {
        font-size: 2rem
    }
    .options .tsm13 {
        font-size: 1.5rem
    }
}
#download{
    overflow: hidden;
}
.download .scroll {
    top: 5.9vw
}

.download__date {
    position: relative;
    padding-left: .9vw;
    color: #1cc935
}

.download__date::before {
    content: '';
    border-radius: 50%;
    width: .365vw;
    height: .365vw;
    background-color: #52b060;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    -webkit-animation: online 2s infinite;
    animation: online 2s infinite
}

.download__form {
    padding: 3.125vw 4.167vw;
    border-radius: 20px;
    background: #eeeeee url(../img/logo-back.png) no-repeat 15vw center;
    background-size: 79.5vw;
    position: relative
}

.download__form-title {
    margin-bottom: 1.667vw
}

.download__form-wrapper {
    display: flex;
    margin-bottom: 1.5625vw
}

.download__form .input {
    height: 3.125vw;
    width: 13.021vw;
    margin-right: .9375vw;
    border: none
}

.download__form input[type=tel] {
    width: 16.25vw
}

.download__form .btn {
    padding: 0 3.646vw;
    height: 3.125vw
}

.download__form-size {
    position: absolute;
    right: 23vw;
    top: 5vw
}

.download__form-size-bg {
    display: flex;
    width: 7.083vw
}

.download__form-size-text {
    position: absolute;
    left: 1.6vw;
    top: 2vw
}

.download__form-mockup {
    position: absolute;
    right: -17.8vw;
    top: -5.2vw;
    display: flex;
    width: 50.104vw
}

@media (max-width:900px) {
    .download .scroll {
        top: 5.9rem
    }
    .download__date {
        padding-left: 1.1rem
    }
    .download__date::before {
        width: .6rem;
        height: .6rem
    }
    .download__form {
        padding: 3.125rem 4.167rem;
        background: #eeeeee url(../img/logo-back.png) no-repeat 15rem center;
        background-size: 79.5rem;
        padding-top: 30rem
    }
    .download__form-title {
        margin-bottom: 1.667rem
    }
    .download__form-wrapper {
        margin-bottom: 1.5625rem
    }
    .download__form .input {
        height: 4.5rem;
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
        font-size: 1.3rem
    }
    .download__form input[type=tel] {
        width: 100%;
        margin-right: 0
    }
    .download__form .btn {
        padding: 0;
        width: 100%;
        height: 4.5rem
    }
    .download__form-size {
        right: 23.6rem;
        top: 12rem
    }
    .download__form-size-bg {
        width: 7.083rem
    }
    .download__form-size-text {
        left: 1.6rem;
        top: 2rem
    }
    .download__form-mockup {
        right: -18.8rem;
        width: 50.104rem;
        top: 1rem
    }
    .download__form-title {
        text-align: center
    }
    .download__form-title br {
        display: none
    }
    .download__form-wrapper {
        flex-direction: column
    }
}

.popular .scroll__text {
    margin-bottom: 5.4vw
}

.popular.has--line::before {
    top: 5.7vw
}

.popular.has--line::after {
    top: 6vw
}

.popular__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.popular__item {
    width: 38.15625vw;
    margin-bottom: 3.646vw
}

.popular__sliders {
    display: flex;
    margin-bottom: 1.042vw
}

.popular__slider {
    width: 31.40625vw;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin-right: .521vw;
    margin-top: .208vw;
    margin-bottom: .208vw
}

.popular__slider-img {
    width: 31.40625vw;
    height: 15.725vw;
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.popular__slider-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.popular__slider-nav.slick-vertical {
    width: 6.25vw
}

.popular__slider-nav.slick-vertical .popular__slider-nav-img {
    margin-top: .208vw;
    margin-bottom: .208vw;
    width: 6.25vw;
    height: 3.646vw;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer
}

.popular__slider-nav.slick-vertical .popular__slider-nav-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.popular__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.popular__wrapper .btn {
    height: 3.90625vw;
    padding: 0 2.083vw
}

.popular__wrapper .btn__phone {
    display: flex;
    margin-right: .885vw;
    width: 1.042vw
}

.popular__wrapper .link__img {
    display: flex;
    width: .625vw
}

.popular__right {
    display: flex;
    align-items: center
}

.popular__img {
    display: flex;
    max-width: 3.59375vw
}

.popular__table {
    border-radius: 5px;
    border: 1px solid #eeeeee;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin-bottom: 1.5625vw
}

.popular__table tr {
    height: 1.823vw
}

.popular__table tr:nth-child(even) {
    background-color: #eeeeee
}

.popular__table td:nth-child(1) {
    padding-left: 1.302vw;
    text-align: left
}

.popular__btns {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width:900px) {
    .popular .scroll__text {
        margin-bottom: 5.4rem
    }
    .popular.has--line::before {
        top: 5.7rem
    }
    .popular.has--line::after {
        top: 6rem
    }
    .popular__item {
        width: 100%;
        margin-bottom: 3.646rem
    }
    .popular__sliders {
        margin-bottom: 1.042rem
    }
    .popular__slider {
        width: 80%;
        margin-right: .521rem;
        margin-top: .208rem;
        margin-bottom: .208rem
    }
    .popular__slider-img {
        width: 31.40625rem;
        height: 15.725rem
    }
    .popular__slider-nav.slick-vertical {
        width: 20%
    }
    .popular__slider-nav.slick-vertical .popular__slider-nav-img {
        margin-top: .208rem;
        margin-bottom: .208rem;
        width: 6.25rem;
        height: 3.646rem
    }
    .popular__wrapper .btn {
        height: 3.90625rem;
        padding: 0 2.083rem
    }
    .popular__wrapper .btn__phone {
        margin-right: .885rem;
        width: 1.042rem
    }
    .popular__wrapper .link__img {
        width: 1.2rem
    }
    .popular__img {
        min-width: 4rem
    }
    .popular__table {
        margin-bottom: 1.5625rem;
        display: block;
        max-width: 100%;
        width: 100%;
        white-space: nowrap;
        overflow-x: scroll;
        font-size: 1.3rem
    }
    .popular__table tr {
        height: 2.5rem
    }
    .popular__table td:nth-child(1) {
        padding-left: 1.302rem
    }
    .popular__table td {
        padding: 1rem
    }
    .popular__table th {
        padding: 1rem
    }
    .popular__table tbody {
        display: table;
        width: 100%
    }
    .popular__right .text {
        white-space: nowrap
    }
    .popular__table~.popular__wrapper {
        flex-direction: column
    }
    .popular__table~.popular__wrapper .btn {
        margin-bottom: 1rem;
        height: 4.5rem
    }
    .popular__btns .btn.btn--blue {
        height: 4.5rem
    }
    .popular__text .tsm12 {
        font-size: 1.3rem
    }
    .popular__text .text24 {
        font-size: 1.6rem
    }
    .popular__right .text {
        font-size: 1.6rem
    }
}

.usage .container--right {
    display: flex;
    justify-content: space-between
}

.usage h2 {
    margin-bottom: 4.167vw
}

.usage__items {
    display: flex;
    flex-wrap: wrap
}

.usage__item {
    padding: 1.5625vw 1.927vw;
    width: 25vw;
    height: 15.625vw;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    margin-bottom: .9375vw;
    margin-right: .9375vw
}

.usage__item h3 {
    z-index: 1
}

.usage__item::before {
    content: '';
    width: 1px;
    height: 10.104vw;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 2.292vw
}

.usage__item::after {
    content: '';
    width: .729vw;
    height: .729vw;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 9.792vw;
    left: 1.992vw
}

/*.usage__item:nth-child(1),
.usage__item:nth-child(4) {
    border-radius: 0 15px 15px 0
}

.usage__item:nth-child(3),
.usage__item:nth-child(6) {
    margin-right: 0
}*/

.usage__shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to top, #282828 0, rgba(40, 40, 40, 0) 80%, rgba(40, 40, 40, 0) 100%)
}

.also__title {
    margin-bottom: 2.292vw
}

.also__item {
    display: flex;
    align-items: center;
    margin-bottom: 2.5vw
}

.also__item:last-child {
    margin-bottom: 0
}

.also__img {
    max-width: 2.083vw;
    margin-right: 1.198vw
}

.scroll.scroll--right {
    left: unset;
    right: .5vw
}

@media (max-width:900px) {
    .usage h2 {
        margin-bottom: 4.167rem
    }
    .usage__item {
        padding: 1.5625rem 1.927rem;
        padding-right: .5rem;
        width: 49%;
        height: 15.625rem;
        margin-bottom: 1rem;
        margin-right: 0
    }
    .usage__item .tsm13 br {
        display: none
    }
    .usage__item::before {
        height: 8rem;
        left: 2.292rem
    }
    .usage__item::after {
        width: .729rem;
        height: .729rem;
        top: 7.792rem;
        left: 1.992rem
    }
    .also__title {
        margin-bottom: 2.292rem;
        font-size: 1.6rem
    }
    .also__title br {
        display: none
    }
    .also__item {
        margin-bottom: 2.5rem;
        width: 50%
    }
    .also__img {
        max-width: 2.083rem;
        margin-right: 1.198rem
    }
    .scroll.scroll--right {
        right: .5rem
    }
    .container--right {
        max-width: 90vw;
        margin: 0 auto;
        padding: 0
    }
    .usage .container--right {
        flex-direction: column
    }
    .usage__item:nth-child(1),
    .usage__item:nth-child(4) {
        border-radius: 15px
    }
    .usage__items {
        justify-content: space-between
    }
    .also__items {
        display: flex;
        flex-wrap: wrap
    }
    .usage__item .tsm13 {
        font-size: 1.3rem
    }
    .also__item .tsm13 {
        font-size: 1.3rem
    }
}

.team {
    margin-bottom: 5.208vw;
    background: #fff url(../img/team-bg1.png) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 3.90625vw
}

.team .scroll__text {
    margin-bottom: 2.8vw
}

.team__subtitle {
    margin-bottom: 3.073vw
}

.team__inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.865vw
}

.team__inner .nums {
    flex-direction: column;
    text-align: center
}

.team__inner .num {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    margin-bottom: 3.125vw
}

.team__inner .num:last-child {
    margin-bottom: 0
}

.team__inner .num__number {
    font-size: 3.125vw;
    color: #ffb71b;
    font-weight: 700;
    margin-bottom: .78125vw;
    margin-right: 0
}

.team__right {
    max-width: 44.948vw;
    display: flex;
    flex-direction: column;
    align-items: center
}

.team__right .text {
    line-height: 1.302vw
}

.team__item {
    text-align: center;
    margin-left: 1.25vw;
    margin-right: 1.25vw
}

.team__item .tsm13 {
    margin-bottom: .25vw
}

.team__position {
    color: #929292
}

.team__img {
    display: flex;
    width: 100%;
    margin-bottom: .78125vw
}

.team__slider {
    width: 39.479vw;
    margin-bottom: 2.604vw
}

.team__slider .slick-next::before,
.team__slider .slick-prev::before {
    border-width: 0 .2vw .2vw 0;
    padding: .4vw
}

.team__slider .slick-prev {
    left: -40px
}

.team__slider .slick-next {
    right: -40px
}

.team__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.team__btn.btn {
    height: 4.375vw;
    padding: 0 3.854vw 0 7.8125vw;
    position: relative
}

.team__btn.btn::before {
    content: '';
    position: absolute;
    left: -2.1vw;
    top: -1.2vw;
    width: 8.021vw;
    height: 6.51vw;
    background-image: url(../img/btn-trac.png);
    background-size: contain
}

.director {
    text-align: center
}

.director__img {
    display: flex;
    width: 34.229vw;
    margin-bottom: 1.40625vw
}

.director__position {
    color: #929292
}

@media (max-width:900px) {
    .team {
        margin-bottom: 5.208rem;
        padding-bottom: 3.90625rem
    }
    .team .scroll__text {
        margin-bottom: 2.8rem
    }
    .team__subtitle {
        margin-bottom: 3.073rem;
        font-size: 2rem
    }
    .team__inner {
        margin-bottom: 2.865rem;
        flex-direction: column;
        align-items: center
    }
    .team__inner .num {
        margin-bottom: 1rem;
        flex: 1
    }
    .team__inner .num__number {
        font-size: 3.125rem;
        margin-bottom: 0
    }
    .team__right {
        max-width: 100%
    }
    .team__right .text {
        line-height: 1.602rem;
        font-size: 1.5rem
    }
    .team__right .slick-slide img {
        margin: 0 auto
    }
    .team__item {
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }
    .team__item .tsm13 {
        margin-bottom: .25rem
    }
    .team__img {
        margin-bottom: .78125rem
    }
    .team__slider {
        width: 100%;
        margin-bottom: 2.604rem
    }
    .team__slider .slick-next::before,
    .team__slider .slick-prev::before {
        border-width: 0 .3rem .3rem 0;
        padding: .8rem
    }
    .team__btn.btn {
        height: 4.5rem;
        padding: 0 3.854rem 0 7.8125rem
    }
    .team__btn.btn::before {
        left: -2.1rem;
        top: -1.2rem;
        width: 8.021rem;
        height: 6.51rem
    }
    .director__img {
        width: 18.229rem;
        margin-bottom: 1.40625rem
    }
    .director {
        margin-bottom: 2rem
    }
    .team__inner .nums {
        margin-bottom: 2rem;
        flex-direction: row;
        align-items: flex-start
    }
    .team__slider .slick-prev {
        left: -1.1rem
    }
    .team__slider .slick-next {
        right: -1.1rem
    }
    .team__bottom {
        flex-direction: column
    }
    .team__bottom .text21 {
        margin-bottom: 3rem;
        font-size: 1.5rem
    }
}

.scheme .scroll {
    top: 11.8vw
}

.scheme__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.scheme__item {
    display: flex;
    align-items: center;
    margin-bottom: 3.90625vw;
    position: relative
}

.scheme__item:nth-child(1),
.scheme__item:nth-child(4) {
    width: 22.135vw
}

.scheme__item:nth-child(2),
.scheme__item:nth-child(5) {
    width: 26.458vw
}

.scheme__item:nth-child(3),
.scheme__item:nth-child(6) {
    width: 23.698vw
}

.scheme__item:nth-child(4),
.scheme__item:nth-child(5),
.scheme__item:nth-child(6) {
    margin-bottom: 0
}

.scheme__item .pin {
    left: 23.9vw;
    top: 2.4vw
}

.scheme__item .pin__item {
    background-color: #ffb71b;
    width: 1.354vw;
    height: 1.354vw
}

.scheme__item .pin__item::after,
.scheme__item .pin__item::before {
    background-color: #ffb71b
}

.scheme__img {
    width: 5.8125vw;
    min-width: 5.8125vw;
    height: 5.8125vw;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin-right: 4.427vw
}

.scheme__img::before {
    content: '';
    width: 3.75vw;
    height: 1px;
    background-color: #d6e5f3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2.648vw;
    z-index: -1
}

.scheme__img::after {
    content: '';
    width: .677vw;
    height: .677vw;
    border-radius: 50%;
    background-color: #ffb71b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2.848vw
}

.scheme__wrapper {
    display: flex;
    flex-direction: column
}

.scheme .btn.btn--blue {
    padding: 0 .9375vw;
    height: 2.604vw
}

.scheme .btn.btn--blue::after {
    display: none
}

.scheme .lh {
    line-height: 1.25vw
}

@media (max-width:900px) {
    .scheme .scroll {
        top: 11.8rem
    }
    .scheme__item {
        margin-bottom: 2rem
    }
    .scheme__item:nth-child(1),
    .scheme__item:nth-child(4) {
        width: 31rem
    }
    .scheme__item:nth-child(2),
    .scheme__item:nth-child(5) {
        width: 31rem
    }
    .scheme__item:nth-child(3),
    .scheme__item:nth-child(6) {
        width: 31rem
    }
    .scheme__item .pin {
        left: 23.9rem;
        top: 2.4rem
    }
    .scheme__item .pin__item {
        width: 1.354rem;
        height: 1.354rem
    }
    .scheme__img {
        width: 10.8125rem;
        min-width: 10.8125rem;
        height: 10.8125rem;
        margin-right: 4.427rem
    }
    .scheme__img::before {
        width: 3.75rem;
        right: -2.648rem
    }
    .scheme__img::after {
        width: .677rem;
        height: .677rem;
        right: -2.848rem
    }
    .scheme .btn.btn--blue {
        padding: 0 .9375rem;
        height: 4.5rem
    }
    .scheme .lh {
        line-height: 1.25rem
    }
    .scheme__items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-items: center
    }
    .scheme__item:nth-child(4),
    .scheme__item:nth-child(5),
    .scheme__item:nth-child(6) {
        margin-bottom: 2rem
    }
    .scheme {
        padding-bottom: 2rem
    }
    .scheme__item .t-min2 {
        font-size: 2rem
    }
    .scheme__item .tsm13 {
        font-size: 1.4rem
    }
    .scheme__item .tsm13 br {
        display: none
    }
    .scheme__item .text {
        font-size: 1.7rem
    }
    .modal-politics .title {
        font-size: 1.8rem
    }
}

.delivery .scroll {
    top: 10.8vw
}

.delivery .scroll__text {
    margin-bottom: 2.5vw
}

.delivery.section.has--line::before {
    right: 27vw;
    top: 2.6vw
}

.delivery.section.has--line::after {
    top: 2.95vw;
    width: 27.1vw
}

.delivery h2 {
    margin-bottom: 4.375vw
}

.delivery__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4.6875vw
}

.delivery__item {
    display: flex;
    align-items: center
}

.delivery__item .pin {
    width: 1.667vw;
    height: 1.667vw;
    position: relative
}

.delivery__item .pin__hover {
    opacity: 1
}

.delivery__img {
    width: 15.052vw;
    height: 15.052vw;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 3.28125vw
}

@media (max-width:900px) {
    .delivery .scroll {
        top: 10.8rem
    }
    .delivery .scroll__text {
        margin-bottom: 2.5rem
    }
    .delivery.section.has--line::before {
        right: 27rem;
        top: 2.6rem
    }
    .delivery.section.has--line::after {
        top: 2.95rem;
        width: 27.1rem
    }
    .delivery h2 {
        margin-bottom: 4.375rem
    }
    .delivery__items {
        margin-bottom: 0;
        flex-direction: column;
        align-items: center
    }
    .delivery__item {
        margin-bottom: 2rem
    }
    .delivery__item .pin {
        width: 1.667rem;
        height: 1.667rem;
        display: none
    }
    .delivery__item br {
        display: none
    }
    .delivery__item .pin__hover {
        padding: 0;
        position: static;
        white-space: normal
    }
    .delivery__img {
        min-width: 10rem;
        height: 10rem;
        margin-right: 1rem
    }
    .delivery__item .t-min2 {
        font-size: 2rem
    }
    .delivery__item .text {
        font-size: 1.4rem
    }
    .tsm13 {
        font-size: 1.3rem
    }
    .delivery .text24 {
        font-size: 1.8rem
    }
    .delivery .tsm13 {
        font-size: 1.5rem
    }
}

.call .scroll__text {
    margin-bottom: 1.6vw
}

.call .scroll {
    top: 14.8vw
}

.call.section.has--line::before {
    right: 23vw;
    top: 2.6vw
}

.call.section.has--line::after {
    top: 2.98vw;
    width: 23vw
}

.call h2 {
    margin-bottom: 4vw
}

.call__form {
    padding: 3.021vw 7.135vw 3.021vw 27.53125vw;
    position: relative;
    background: #eeeeee url(../img/logo-back.png) -3.7vw 8.6vw no-repeat;
    background-size: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 20px 20px 0
}

.call__form-badge-top {
    padding: .677vw .78125vw;
    color: #747474;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 3.3vw;
    left: 8.2vw;
    z-index: 2
}

.call__form-badge-bot {
    padding: .885vw 1.302vw;
    border-radius: 2px;
    background-color: #cfd825;
    position: absolute;
    bottom: 1vw;
    left: 9vw;
    z-index: 1
}

.call__img {
    display: flex;
    position: absolute;
    width: 22.35vw;
    left: 7.8125vw;
    bottom: 0
}

.call .socials {
    flex-direction: column;
    align-items: center
}

.call .socials .phone__text::before {
    left: -.8vw
}

.call .socials__item {
    width: 3.385vw;
    height: 3.385vw;
    margin-right: .573vw
}

.call .socials__item:last-child {
    margin-right: 0
}

.call .socials__item-img {
    width: 1.642vw;
    height: 1.642vw
}

.call .phone__text.text24 {
    font-size: 1.36vw
}

.call__right {
    width: 34.083vw
}

.call__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.03125vw
}

.call__item {
    display: flex;
    align-items: center;
    margin-bottom: 1.146vw;
    width: 50%
}

.call__item:nth-child(2),
.call__item:nth-child(4) {
    padding-left: 3.5vw
}

.call__check {
    display: flex;
    width: 1.615vw;
    margin-right: 1.042vw
}

.call__inputs {
    display: flex;
    justify-content: space-between
}

.call__inputs .input {
    border: 0;
    height: 3.125vw
}

.call__inputs .input:first-child {
    width: 40%
}

.call__inputs .input:last-child {
    width: 58.8%
}

.call__inputs .btn {
    height: 3.125vw;
    padding: 0 3.4375vw
}

@media (max-width:900px) {
    .call .scroll__text {
        margin-bottom: 1.6rem
    }
    .call .scroll {
        top: 14.8rem
    }
    .call.section.has--line::before {
        right: 23rem;
        top: 2.6rem
    }
    .call.section.has--line::after {
        top: 2.98rem;
        width: 23rem
    }
    .call h2 {
        margin-bottom: 4rem
    }
    .call__form {
        padding: 1.5rem;
        padding-top: 32rem;
        background: #eeeeee url(../img/logo-back.png) -3.7rem 8.6rem no-repeat;
        background-size: 100rem;
        border-radius: 20px;
        flex-direction: column;
        align-items: center
    }
    .call__form-badge-top {
        padding: .677rem .78125rem;
        top: 22.3rem;
        left: 8.2rem;
        z-index: 2;
        bottom: unset
    }
    .call__form-badge-bot {
        padding: .885rem 1.302rem;
        top: 24.3rem;
        left: 9rem;
        bottom: unset
    }
    .call__img {
        width: 22.35rem;
        left: 7.8125rem;
        bottom: unset;
        top: .2rem
    }
    .call .socials .phone__text::before {
        left: -1.2rem
    }
    .call .socials__item {
        width: 3.385rem;
        height: 3.385rem;
        margin-right: .573rem
    }
    .call .socials__item-img {
        width: 1.642rem;
        height: 1.642rem
    }
    .call .phone__text.text24 {
        font-size: 1.3rem
    }
    .call__right {
        width: 100%
    }
    .call__items {
        margin-bottom: 2.03125rem
    }
    .call__item {
        margin-bottom: 1.146rem;
        width: 100%
    }
    .call__item .tsm13 {
        font-size: 1.3rem
    }
    .call__item .tsm13 br {
        display: none
    }
    .call__item:nth-child(2),
    .call__item:nth-child(4) {
        padding-left: 0
    }
    .call__check {
        min-width: 3.1rem;
        margin-right: 1.042rem
    }
    .call__inputs .input {
        height: 4.5rem;
        font-size: 1.3rem
    }
    .call__inputs .btn {
        height: 4.5rem;
        font-size: 1.3rem;
        padding: 0;
        width: 100%;
        margin-bottom: 1rem
    }
    .call__inputs {
        flex-direction: column;
        align-items: center
    }
    .call__inputs .input:first-child {
        width: 100%;
        margin-bottom: 1rem
    }
    .call__inputs .input:last-child {
        width: 100%
    }
}

.seo {
    padding-bottom: 3vw
}

.seo.section.has--line::before {
    right: 50vw;
    top: .7vw
}

.seo.section.has--line::after {
    top: 1.05vw;
    width: 50vw
}

.seo h2 {
    margin-bottom: 2.083vw
}

.seo__text {
    color: #747474;
    max-height: 5vw;
    position: relative;
    overflow: hidden;
    transition: 1s
}

.seo__text.active {
    max-height: 100vw
}

.seo__text.active::before {
    display: none
}

.seo__text::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3vw;
    background-image: linear-gradient(to top, #fff 6%, rgba(255, 255, 255, .72) 29%, rgba(39, 39, 43, 0) 89%, rgba(39, 39, 43, 0) 98%)
}

.seo__btn {
    position: relative;
    cursor: pointer
}

.seo__btn.active::before {
    transform: rotate(225deg)
}

.seo__btn::before {
    content: '';
    border: solid #d7d7d7;
    border-width: 0 .108vw .108vw 0;
    display: inline-block;
    padding: .225vw;
    position: absolute;
    top: 0;
    left: .2vw;
    transform: rotate(45deg);
    transition: .4s
}

@media (max-width:900px) {
    .seo {
        padding-bottom: 3rem
    }
    .seo h2 {
        margin-bottom: 2.083rem
    }
    .seo__text {
        max-height: 5rem
    }
    .seo__text.active {
        max-height: 100rem
    }
    .seo__text::before {
        height: 3rem
    }
    .seo__btn::before {
        border-width: 0 .108rem .108rem 0;
        padding: .525rem;
        left: .2rem
    }
    .seo .t-min {
        font-size: 2.35rem
    }
    .seo .tsm13 {
        font-size: 1.6rem
    }
    .phone .phone__text {
        font-size: 1.4rem
    }
    .phone .phone__link {
        font-size: 1.6rem
    }
}

.contacts {
    padding-bottom: 0;
    padding-top: 0;
    overflow: hidden;
}

.contacts h2 {
    margin-bottom: 1.979vw
}

.contacts .container--right {
    display: flex;
    justify-content: space-between
}

.contacts__map {
    width: 49.271vw;
    border-radius: 0 20px 0 0;
    overflow: hidden
}

.contacts__right {
    padding-bottom: 2.083vw;
    position: relative
}

.contacts__right::before {
    content: '';
    width: .729vw;
    height: .729vw;
    border-radius: 50%;
    background-color: #d6e5f3;
    position: absolute;
    right: 4vw;
    top: 2.8vw
}

.contacts__right::after {
    content: '';
    position: absolute;
    right: -11vw;
    top: 3.12vw;
    height: 1px;
    width: 15vw;
    background-color: #d6e5f3
}

.contacts__top {
    display: flex;
    align-items: center;
    margin-bottom: 1.823vw
}

.contacts__slider {
    width: 17.917vw
}

.contacts__wrapper {
    margin-right: 4.53125vw
}

.contacts__email {
    display: flex;
    align-items: center
}

.contacts__email-img {
    display: flex;
    width: 1.40625vw;
    margin-right: .78125vw
}

.contacts__adress {
    display: flex;
    align-items: center;
    margin-bottom: 2.083vw
}

.contacts__adress-img {
    display: flex;
    width: 1.458vw;
    margin-right: .78125vw
}

.contacts__item {
    margin-left: .3125vw;
    margin-right: .3125vw;
    width: 8.333vw;
    height: 5.729vw;
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.contacts__item img {
    position: absolute;
    max-width: unset;
    max-height: unset;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.contacts .slick-next::before,
.contacts .slick-prev::before {
    border-width: 0 .2vw .2vw 0;
    padding: .4vw
}

.contacts .socials {
    flex-direction: column;
    align-items: center
}

.contacts .socials .phone__text::before {
    left: -.8vw
}

.contacts .socials__item {
    width: 3.125vw;
    height: 3.125vw;
    background-color: #edf2f6;
    margin-right: .521vw
}

.contacts .socials__item:last-child {
    margin-right: 0
}

.contacts .socials__item-img {
    width: 1.442vw;
    height: 1.442vw
}

.contacts__socials {
    display: flex;
    justify-content: space-between
}

.contacts .socials-2 .socials__item:nth-child(2) .socials__item-img {
    width: .669vw;
    height: 1.238vw;
    fill: #1e44d0
}

.contacts .socials-2 .socials__item:nth-child(2):hover {
    background-color: #1e44d0
}

.contacts .socials-2 .socials__item:nth-child(2):hover .socials__item-img {
    fill: #fff
}

.contacts .socials-2 .socials__item:nth-child(3) .socials__item-img {
    fill: #f61c0d
}

.contacts .socials-2 .socials__item:nth-child(3):hover {
    background-color: #f61c0d
}

.contacts .socials-2 .socials__item:nth-child(3):hover .socials__item-img {
    fill: #fff
}

.contacts .socials-2 .socials__item:nth-child(4) .socials__item-img {
    fill: #4b729f
}

.contacts .socials-2 .socials__item:nth-child(4):hover {
    background-color: #4b729f
}

.contacts .socials-2 .socials__item:nth-child(4):hover .socials__item-img {
    fill: #fff
}

@media (max-width:900px) {
    .contacts h2 {
        margin-bottom: 1.979rem
    }
    .contacts__map {
        width: 100%;
        border-radius: 20px 20px 0 0
    }
    .contacts__right {
        padding-bottom: 2.083rem
    }
    .contacts__right::before {
        width: .729rem;
        height: .729rem;
        right: 4rem;
        top: 2.8rem;
        display: none
    }
    .contacts__right::after {
        display: none;
        right: -11rem;
        top: 3.12rem;
        width: 15rem
    }
    .contacts__top {
        margin-bottom: 1.823rem;
        flex-direction: column
    }
    .contacts__slider {
        width: 100%
    }
    .contacts__wrapper {
        margin-right: 0;
        margin-bottom: 2rem
    }
    .contacts__email-img {
        width: 1.40625rem;
        margin-right: .78125rem
    }
    .contacts__adress {
        margin-bottom: 2.083rem
    }
    .contacts__adress-img {
        width: 1.458rem;
        margin-right: .78125rem
    }
    .contacts__item {
        margin-left: .3125rem;
        margin-right: .3125rem;
        width: 8.333rem;
        height: 9.729rem
    }
    .contacts .slick-next::before,
    .contacts .slick-prev::before {
        border-width: 0 .3rem .3rem 0;
        padding: .8rem
    }
    .contacts .socials .phone__text::before {
        left: -.8rem
    }
    .contacts .socials__item {
        width: 3.125rem;
        height: 3.125rem;
        margin-right: .521rem
    }
    .contacts .socials__item-img {
        width: 1.442rem;
        height: 1.442rem
    }
    .contacts .socials-2 .socials__item:nth-child(2) .socials__item-img {
        width: .669rem;
        height: 1.238rem
    }
    .contacts .container--right {
        flex-direction: column-reverse
    }
    .contacts__office {
        width: 100%
    }
    .contacts__office .slick-prev {
        left: -13px
    }
    .contacts__office .slick-next {
        right: -13px
    }
    .contacts__socials {
        flex-direction: column;
        align-items: center
    }
    .contacts .socials .phone__text::before {
        left: -1.1rem
    }
}

.footer {
    background-color: #35343d;
    padding: 1.354vw 0
}

.footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer__logo {
    display: flex;
    align-items: center
}

.footer__logo-img {
    display: flex;
    width: 7.51vw;
    margin-right: 1.823vw
}

.footer .op {
    opacity: .5
}

.footer__link {
    transition: .3s
}

.footer__link:hover {
    color: #d3dc25
}

@media (max-width:900px) {
    .footer {
        padding: 1.354rem 0;
        text-align: center
    }
    .footer .tsm10 {
        margin-bottom: 1rem
    }
    .footer__logo {
        margin-bottom: 1rem;
        text-align: left
    }
    .footer__logo-img {
        width: 7.51rem;
        margin-right: 1.823rem
    }
    .footer__inner {
        flex-direction: column;
        align-items: center
    }
}

.modal-overlay {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    overflow-y: scroll
}

.modal {
    padding: 3.59375vw 3.177vw;
    top: 10vw;
    left: 50%;
    border: 0;
    margin-bottom: 0;
    background: #fff url(../img/logo-back.png) no-repeat center center;
    background-size: 38.5vw;
    border-radius: 20px;
    color: #282828;
    width: auto;
    transform: translateX(-50%)
}

.modal::before {
    display: none
}

.modal__person {
    margin-right: 3.646vw
}

.modal__person-img {
    display: flex;
    width: 10.573vw;
    margin-bottom: .78125vw
}

.modal__form {
    display: flex;
    align-items: center
}

.modal__form .btn,
.modal__form .input {
    width: 18.28125vw;
    height: 3.125vw;
    margin-bottom: .573vw;
    border: 0
}

.modal__form .btn {
    padding: 0;
    margin-bottom: .885vw
}

.modal__right {
    display: flex;
    flex-direction: column;
    align-items: center
}

.modal__close {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    display: block;
    z-index: 9;
    cursor: pointer
}

.modal__close::after,
.modal__close::before {
    content: ' ';
    position: absolute;
    left: 50%;
    height: 100%;
    width: 4px;
    background-color: #d2d2d2;
    border-radius: 3px
}

.modal__close::before {
    transform: rotate(45deg)
}

.modal__close::after {
    transform: rotate(-45deg)
}

.modal-price {
    padding-left: 19.115vw
}

.modal .download__form-size-bg {
    width: 4.84375vw
}

.modal .download__form-mockup {
    width: 34.167vw;
    left: 5.26vw;
    top: 3.854vw;
    z-index: -1
}

.modal .download__form-size-text {
    left: 1vw;
    top: 1.4vw
}

.modal .download__form-size {
    right: unset;
    left: 1.875vw;
    top: 10.26vw;
    z-index: -2
}

.modal-pdf {
    padding-left: 4.167vw;
    padding-right: 4.167vw;
    padding-bottom: 2.083vw;
    padding-top: 2.604vw;
    background-position: -1vw 13vw
}

.modal-pdf__form {
    flex-direction: column
}

.modal-pdf__form .modal__right {
    align-self: flex-end
}

.modal__mockup {
    display: flex;
    position: absolute;
    width: 23.958vw;
    left: -12.8vw;
    top: 9.1vw
}

.modal-favorite {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.modal-favorite__btn {
    padding: .78125vw 1.042vw;
    border-radius: 10px;
    background-color: #154b91
}

.modal-map {
    padding: 0;
    width: 50vw;
    height: 50vh
}

.modal-map__form {
    width: 100%;
    height: 100%
}

.widget-menu {
    position: fixed;
    right: 0;
    top: 15vw;
    z-index: 998;
    display: flex;
    flex-direction: column;
    align-items: center
}

.btn--burger-wrapper {
    position: relative;
    margin: 0 0 1rem 0;
    transition-duration: .5s;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
    width: 1.5625vw;
    height: 1.5625vw;
    background-color: #154b91
}

.btn--burger {
    width: .625vw;
    height: .104vw;
    background-color: transparent
}

.btn--burger:after,
.btn--burger:before {
    content: "";
    position: absolute;
    display: block;
    width: .625vw;
    height: .104vw;
    background-color: #fff;
    transition: .4s
}

.btn--burger:before {
    top: .625vw;
    transform: rotate(-25deg)
}

.btn--burger:after {
    bottom: .573vw;
    transform: rotate(25deg)
}

.widget-link {
    width: 5.99vw;
    height: 6.146vw;
    border-radius: 25px 0 0 25px;
    background-color: #154b91;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: .208vw;
    transform: translateX(158%);
    transition: .4s
}

.widget-link:hover {
    background-color: #123f7b
}

.widget-link img {
    margin-bottom: .573vw
}

.widget-link-1 img {
    width: 1.823vw
}

.widget-link-2 img {
    width: 1.458vw
}

.widget-link-3 img {
    width: 1.354vw
}

.widget-link-4 img {
    width: 1.5625vw
}

.widget-menu.active .widget-link {
    transform: translateX(0)
}

.btn--burger-wrapper.active .btn--burger:before {
    transform: rotate(45deg);
    top: .78125vw
}

.btn--burger-wrapper.active .btn--burger:after {
    transform: rotate(-45deg);
    bottom: .677vw
}

.t-min,
.t-min2,
.title,
.title-lg {
    opacity: 0
}

@media (max-width:900px) {
    .modal {
        padding: 3.59375rem 3.177rem;
        top: 10rem;
        background: #fff url(../img/logo-back.png) no-repeat center center;
        background-size: 38.5rem;
        width: 30rem
    }
    .modal__person {
        margin-right: 0
    }
    .modal__person-img {
        width: 10.573rem;
        margin-bottom: .78125rem
    }
    .modal__form .btn,
    .modal__form .input {
        width: 100%;
        height: 4rem;
        margin-bottom: 1rem
    }
    .modal__form .btn {
        margin-bottom: 1rem
    }
    .modal-price {
        padding: 3.59375rem 3.177rem;
        padding-bottom: 25rem
    }
    .modal .download__form-size-bg {
        width: 6.54375rem
    }
    .modal .download__form-mockup {
        width: 34.167rem;
        left: 8.26rem;
        top: unset;
        bottom: -1rem
    }
    .modal .download__form-size-text {
        left: 1rem;
        top: 1.4rem
    }
    .modal .download__form-size {
        left: 3.875rem;
        top: unset;
        bottom: 12rem
    }
    .modal-pdf {
        padding-left: 4.167rem;
        padding-right: 4.167rem;
        padding-bottom: 1rem;
        padding-top: 2.604rem;
        background-position: -1rem 13rem
    }
    .modal__mockup {
        width: 23.958rem;
        left: -2.4rem;
        top: unset;
        bottom: -3rem
    }
    .modal-favorite__btn {
        padding: .78125rem 1.042rem
    }
    .widget-menu {
        top: 15rem
    }
    .btn--burger-wrapper {
        width: 3rem;
        height: 3rem
    }
    .btn--burger {
        width: 12px;
        height: 2px
    }
    .btn--burger:after,
    .btn--burger:before {
        width: 12px;
        height: 2px
    }
    .btn--burger:before {
        top: 12px
    }
    .btn--burger:after {
        bottom: 11px
    }
    .widget-link {
        width: 7.29rem;
        height: 7.446rem;
        margin-bottom: .308rem
    }
    .widget-link img {
        margin-bottom: .573rem
    }
    .widget-link-1 img {
        width: 1.823rem
    }
    .widget-link-2 img {
        width: 1.458rem
    }
    .widget-link-3 img {
        width: 1.354rem
    }
    .widget-link-4 img {
        width: 1.5625rem
    }
    .btn--burger-wrapper.active .btn--burger:before {
        top: 15px
    }
    .btn--burger-wrapper.active .btn--burger:after {
        bottom: 13px
    }
    .t-min,
    .t-min2,
    .title,
    .title-lg {
        opacity: 0
    }
    .modal__form {
        flex-direction: column-reverse
    }
    .modal__right {
        margin-bottom: 2rem;
        width: 100%;
    }
    .modal-pdf__form {
        flex-direction: column
    }
    .modal-pdf__form .modal__right {
        align-self: center
    }
    .modal-map {
        padding: 0
    }
}

.thank-main {
    background-color: #fff;
    background-image: linear-gradient(to top, rgba(40, 40, 40, 0) 0, rgba(40, 40, 40, 0) 46%, rgba(40, 40, 40, .75) 100%);
    padding-bottom: 4.0625vw
}

.mob-socials {
    display: none
}

.mob-socials__open {
    display: none
}

.thank-top {
    padding-top: 5.417vw;
    margin-bottom: 4.6875vw;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.thank-top .btn.btn--blue {
    padding: 0 2.03125vw 0 2.917vw
}

.thank-top .btn.btn--blue::after {
    right: unset;
    left: 1.9vw;
    transform: translateY(-50%) rotate(135deg)
}

.thank-wrapper {
    display: flex;
    justify-content: space-between
}

.thank__left {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.thank__left::before {
    content: '';
    width: .677vw;
    height: .677vw;
    border-radius: 50%;
    background-color: #282728;
    position: absolute;
    left: -2.604vw;
    top: 1vw
}

.thank__left::after {
    content: '';
    position: absolute;
    left: -10.604vw;
    top: 1.33vw;
    height: 1px;
    width: 8vw;
    background-color: #282728
}

.thank__left .phone__text {
    padding-left: .9vw
}

.thank__left .socials__item {
    width: 3.385vw;
    height: 3.385vw;
    background-color: #eeeeee
}

.thank__left .socials__item-img {
    width: 1.642vw;
    height: 1.642vw
}

.thank__right-wrapper {
    position: relative
}

.thank__right-wrapper .btn {
    height: 4.375vw;
    padding: 0 4.01vw
}

.thank__trac {
    display: flex;
    position: absolute;
    top: -3.5vw;
    right: 5.5vw;
    width: 23.90625vw
}

.thank__right-subtitle {
    margin-bottom: 5.3125vw
}

.thank__right {
    position: relative
}

.thank__right::before {
    content: '';
    width: .677vw;
    height: .677vw;
    border-radius: 50%;
    background-color: #282728;
    position: absolute;
    right: -2.604vw;
    top: 1vw
}

.thank__right::after {
    content: '';
    position: absolute;
    right: -10.604vw;
    top: 1.33vw;
    height: 1px;
    width: 8.2vw;
    background-color: #282728
}

@media (max-width:900px) {
    .thank-main {
        padding-bottom: 4.0625rem
    }
    .thank-top {
        padding-top: 5.417rem;
        margin-bottom: 4.6875rem;
        flex-direction: column;
        align-items: center
    }
    .thank-top .btn.btn--blue {
        padding: 0 2.03125rem 0 2.917rem;
        height: 4.5rem;
        align-self: flex-start
    }
    .thank-top .btn.btn--blue::after {
        left: 1.9rem
    }
    .thank__left::before {
        width: .677rem;
        height: .677rem;
        left: -2.604rem;
        top: 1rem
    }
    .thank__left::after {
        left: -10.604rem;
        top: 1.33rem;
        width: 8rem
    }
    .thank__left .phone__text {
        padding-left: .9rem
    }
    .thank__left .socials__item {
        width: 3.385rem;
        height: 3.385rem
    }
    .thank__left .socials__item-img {
        width: 1.642rem;
        height: 1.642rem
    }
    .thank__right-wrapper .btn {
        height: 4.375rem;
        padding: 0 4.01rem
    }
    .thank__trac {
        top: -4.9rem;
        right: -2.5rem;
        width: 23.90625rem
    }
    .thank__right-subtitle {
        margin-bottom: 5.3125rem
    }
    .thank__right::before {
        width: .677rem;
        height: .677rem;
        right: -2.604rem;
        top: 1rem
    }
    .thank__right::after {
        right: -10.604rem;
        top: 1.33rem;
        width: 8.2rem
    }
    .thank-top__left {
        margin-bottom: 2rem
    }
    .thank-wrapper {
        flex-direction: column
    }
    .mob-socials {
        z-index: 999;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: #154b91;
        transform: translateX(-100%);
        transition: all .4s ease-in
    }
    .mob-socials.active {
        transform: translateX(0)
    }
    .mob-socials__open {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background-color: #154b91;
        width: 4rem;
        height: 4rem
    }
    .mob-socials__icon {
        display: flex;
        width: 11px
    }
    .mob-socials__close::after,
    .mob-socials__close::before {
        background-color: #fff
    }
}